From 48032a3d458782807b7f376f22c697824c843e51 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 26 Oct 2025 14:10:15 -0500 Subject: [PATCH] disable garage --- .../management/argo-workflows/values.yaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/clusters/cl01tl/management/argo-workflows/values.yaml b/clusters/cl01tl/management/argo-workflows/values.yaml index 31c137820..22bfa4be5 100644 --- a/clusters/cl01tl/management/argo-workflows/values.yaml +++ b/clusters/cl01tl/management/argo-workflows/values.yaml @@ -112,22 +112,22 @@ postgres-17-cluster: index: 1 retentionPolicy: "2d" isWALArchiver: true - - name: garage - destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster - index: 1 - endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900 - endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly - endpointCredentialsIncludeRegion: true - retentionPolicy: "30d" - data: - compression: bzip2 + # - name: garage + # destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster + # index: 1 + # endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900 + # endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly + # endpointCredentialsIncludeRegion: true + # retentionPolicy: "30d" + # data: + # compression: bzip2 scheduledBackups: - name: daily-backup suspend: false schedule: "0 0 0 * * *" backupName: external - - name: weekly-backup - suspend: true - immediate: true - schedule: "0 0 4 * * SAT" - backupName: garage + # - name: weekly-backup + # suspend: true + # immediate: true + # schedule: "0 0 4 * * SAT" + # backupName: garage