From 5c141640d9a2bff82aaf4afb686101433e91b7ec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Oct 2016 00:38:37 +0000 Subject: [PATCH] switch mariadb backups to 5am for now --- roles/mariadb_server/templates/cron-backup-database | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mariadb_server/templates/cron-backup-database b/roles/mariadb_server/templates/cron-backup-database index 200727e799..edaa160e32 100644 --- a/roles/mariadb_server/templates/cron-backup-database +++ b/roles/mariadb_server/templates/cron-backup-database @@ -1 +1 @@ -0 0 * * * root /usr/local/bin/backup-database {{ item }} +0 5 * * * root /usr/local/bin/backup-database {{ item }}