Commit Graph
4 Commits
Author SHA1 Message Date
vasyansk f166f95b44 Add configurable retries for locked SQLite backups
docker-build / Build image (push) Successful in 11s
Add SQLITE_TIMEOUT, BACKUP_RETRIES, and BACKUP_RETRY_DELAY
environment variables to handle "database is locked" errors during
backup. Retry the sqlite3 .backup command with configurable timeouts
and delays, and clean up any WAL/SHM files that may interfere with
subsequent attempts. Bump version to 1.2.2.
2026-09-01 12:15:38 +07:00
vasyansk 3183bf5267 Add KEEP_LAST retention policy for backups
docker-build / Build image (push) Successful in 25s
Add KEEP_LAST environment variable to always preserve the N most recent
backups regardless of age, preventing data loss when backups haven't
been created for extended periods. Defaults to 10 copies.
2026-09-01 12:09:19 +07:00
vasyansk 819635b54d Update VERSION
docker-build / Build image (push) Successful in 9s
2026-09-01 11:15:27 +07:00
vasyansk 98d5cdc143 add ver
docker-build / Build image (push) Successful in 24s
2026-09-01 11:14:23 +07:00