From 652e82f47cc7be6fb4bbfb4ed8104d778d33a511 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Fri, 3 Feb 2023 15:33:26 +0100 Subject: [PATCH] DEV-790 test scheduling of pgbasebackups --- 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 fc17d75..c3b8723 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: "14" - BACKUP_SCHEDULE: "0 3 * * *" + BACKUP_SCHEDULE: "*/15 * * * *" CLONE_USE_WALG_RESTORE: "true" USE_WALG_BACKUP: "true" USE_WALG_RESTORE: "true"