mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Remove commented-out backup commands from restoreWebServerBackup function for cleaner code and improved readability.
This commit is contained in:
@@ -141,5 +141,3 @@ export const restoreWebServerBackup = async (
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// docker exec $(docker ps --filter "name=dokploy-postgres" -q) pg_restore -v -U dokploy -d dokploy /Users/mauricio/Documents/Github/Personal/dokploy/apps/dokploy/.docker/temp-restore-2025-03-30T01-09-27-203Z/database.sql
|
|
||||||
// server/webserver-backup-2025-03-30T00-38-08-836Z.zip
|
|
||||||
|
|||||||
Reference in New Issue
Block a user