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:
@@ -156,7 +156,7 @@ export const mysqlRouter = createTRPCRouter({
|
||||
const mongo = await findMySqlById(input.mysqlId);
|
||||
|
||||
const cleanupOperations = [
|
||||
async () => await removeService(mongo?.appName),
|
||||
async () => await removeService(mongo?.appName, mongo.serverId),
|
||||
async () => await removeMySqlById(input.mysqlId),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user