From c517c48a217801cf23a611ebc47596b90f8dd42b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 4 Jun 2015 18:50:51 +0000 Subject: [PATCH] Run this as root actually. It seems this may be needing to run as root. --- 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 d580754680..200727e799 100644 --- a/roles/mariadb_server/templates/cron-backup-database +++ b/roles/mariadb_server/templates/cron-backup-database @@ -1 +1 @@ -0 0 * * * mysql /usr/local/bin/backup-database {{ item }} +0 0 * * * root /usr/local/bin/backup-database {{ item }}