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:
@@ -8,3 +8,6 @@ production:
|
||||
remove_abandoned_creations:
|
||||
class: RemoveAbandonedCreationsJob
|
||||
schedule: every hour
|
||||
sqlite_backups:
|
||||
class: SQLiteBackupsJob
|
||||
schedule: every day at 05:00
|
||||
|
||||
Reference in New Issue
Block a user