Add backups for mariadb nightly like we do for postgres.
This allows us to back up /backups and get a good few days database dumps on mariadb servers.
This commit is contained in:
parent
9d31407e01
commit
ef817b7d0c
3 changed files with 30 additions and 0 deletions
1
roles/mariadb_server/templates/cron-backup-database
Normal file
1
roles/mariadb_server/templates/cron-backup-database
Normal file
|
@ -0,0 +1 @@
|
|||
0 0 * * * mysql /usr/local/bin/backup-database {{ item }}
|
Loading…
Add table
Add a link
Reference in a new issue