From 7cfe4ea0e3899bd071cd5c689e1e90bc6b64ba90 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Mon, 6 Feb 2023 11:07:50 +0100 Subject: [PATCH] DEV-790: bugfixed starttime for postgres backup --- templates/cm_postgres_bkp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cm_postgres_bkp.yaml b/templates/cm_postgres_bkp.yaml index f2d4cfa..ea80ff6 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -10,11 +10,11 @@ data: AWS_REGION: "" AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "7" - BACKUP_SCHEDULE: "* */12 * * *" + BACKUP_SCHEDULE: "00 2 * * *" CLONE_USE_WALG_RESTORE: "true" USE_WALG_BACKUP: "true" USE_WALG_RESTORE: "true" WALG_DISABLE_S3_SSE: "true" WAL_S3_BUCKET: postgres WAL_BUCKET_SCOPE_PREFIX: "" - WAL_BUCKET_SCOPE_SUFFIX: "" \ No newline at end of file + WAL_BUCKET_SCOPE_SUFFIX: ""