mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(multi-server): remove databases and hide monitoring when using deploy on server
This commit is contained in:
@@ -135,7 +135,7 @@ export const mariadbRouter = createTRPCRouter({
|
||||
const mongo = await findMariadbById(input.mariadbId);
|
||||
|
||||
const cleanupOperations = [
|
||||
async () => await removeService(mongo?.appName),
|
||||
async () => await removeService(mongo?.appName, mongo.serverId),
|
||||
async () => await removeMariadbById(input.mariadbId),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user