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