Backup the tenant databases nightly.

This is probably not a permanent solution, but should provide some
disaster recovery capability while we're building up Fizzy operationally.
This commit is contained in:
Mike Dalessio
2025-04-30 06:04:06 -04:00
parent 79e29da020
commit 9d8d38873e
4 changed files with 110 additions and 3 deletions
+3
View File
@@ -8,3 +8,6 @@ production:
remove_abandoned_creations:
class: RemoveAbandonedCreationsJob
schedule: every hour
sqlite_backups:
class: SQLiteBackupsJob
schedule: every day at 05:00