Skip to content

Add cron dump support for databases other than MySQL.

decentral1se requested to merge fix_sqlite_scheduled_database_dumps into develop

Created by: qris

Use tasks.py's own dump_db command to dump the database, instead of using mysqldump directly.

Always overwrite the /etc/cron.daily script with a new one, in case the contents have changed (e.g. switch to using dump_db).

Merge request reports