mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
🐛 Postgresus restarts during scheduled backups #444
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuntian3008 on 11/1/2025
Description
When the hourly backup starts, the Postgresus container randomly restarts, causing the backup to fail with:
After restart, the retry finishes successfully.
Example
At
12:49, the backup triggered → container restarted → backup failed → retried → succeeded.Expected
Scheduled backups should complete without restarting the application.
Environment
Logs