From 8af0362212a64390703fdc3271c2fc2f78a953c1 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 1 Mar 2019 09:05:03 -0800 Subject: [PATCH] Update backup configuration - Migrate to cron scheduling. --- openshift/config/backup.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openshift/config/backup.conf b/openshift/config/backup.conf index f794c9a4..2a0eabdf 100644 --- a/openshift/config/backup.conf +++ b/openshift/config/backup.conf @@ -10,4 +10,7 @@ # - postgresql/my_database # - postgresql:5432/my_database # -------------------------------------------------------- -postgresql:5432/default \ No newline at end of file +postgresql:5432/default + +# Schedule backup for 1am PST; system TZ is UTC +0 9 * * * default ./backup.sh -s \ No newline at end of file