mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(backups): ensure initCronJobs is awaited before migration to improve backup reliability
This commit is contained in:
@@ -46,8 +46,8 @@ void app.prepare().then(async () => {
|
||||
await initializeNetwork();
|
||||
createDefaultTraefikConfig();
|
||||
createDefaultServerTraefikConfig();
|
||||
await initCronJobs();
|
||||
await migration();
|
||||
await initCronJobs();
|
||||
await sendDokployRestartNotifications();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user