From 1278c452919b6388fc3d367aa0072770811e3606 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Wed, 3 May 2023 22:09:15 +0200 Subject: [PATCH] DEV-1029: added debugging stuff to hopefully get more insights - bugfix3 --- templates/cm_postgres_bkp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cm_postgres_bkp.yaml b/templates/cm_postgres_bkp.yaml index ae2d9b6..d59b35d 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -18,4 +18,4 @@ data: WAL_S3_BUCKET: postgres WAL_BUCKET_SCOPE_PREFIX: "" WAL_BUCKET_SCOPE_SUFFIX: "" - CRONTAB: "['* * * * * /nso_scripts/backup-monitoring.sh','00 2 * * * /nsoscripts/nsodevops_postgres_backup_wrapper.sh']" + CRONTAB: "['* * * * * /nso_scripts/backup-monitoring.sh']"