From 8106384e759110491826622574fc1b76466c744a Mon Sep 17 00:00:00 2001 From: Hoan To Date: Tue, 19 Sep 2023 14:58:20 +0200 Subject: [PATCH] temporarily turn off walg --- templates/postgres/cm_postgres_bkp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/postgres/cm_postgres_bkp.yaml b/templates/postgres/cm_postgres_bkp.yaml index d59b35d..df566ec 100644 --- a/templates/postgres/cm_postgres_bkp.yaml +++ b/templates/postgres/cm_postgres_bkp.yaml @@ -11,9 +11,9 @@ data: AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "7" BACKUP_SCHEDULE: "00 2 * * *" - CLONE_USE_WALG_RESTORE: "true" - USE_WALG_BACKUP: "true" - USE_WALG_RESTORE: "true" + CLONE_USE_WALG_RESTORE: "false" + USE_WALG_BACKUP: "false" + USE_WALG_RESTORE: "false" WALG_DISABLE_S3_SSE: "true" WAL_S3_BUCKET: postgres WAL_BUCKET_SCOPE_PREFIX: ""