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: ""