From 6b3a8d9d8c9a5c0c458fb3893437e231ebe34a0b Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Mon, 6 Feb 2023 11:11:51 +0100 Subject: [PATCH] DEV-790: debugging postgres backup --- 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 ea80ff6..8fcceee 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -10,7 +10,7 @@ data: AWS_REGION: "" AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "7" - BACKUP_SCHEDULE: "00 2 * * *" + BACKUP_SCHEDULE: "20 11 * * *" CLONE_USE_WALG_RESTORE: "true" USE_WALG_BACKUP: "true" USE_WALG_RESTORE: "true"