enable backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m44s

This commit is contained in:
2025-10-07 15:34:56 -05:00
parent 5691d41479
commit 0e613e9877

View File

@@ -104,16 +104,15 @@ postgres-17-cluster:
method: objectStore method: objectStore
objectStore: objectStore:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
index: 4 index: 1
backup: backup:
objectStore: objectStore:
- name: external - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
index: 4 index: 1
retentionPolicy: "2d" retentionPolicy: "2d"
isWALArchiver: false
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: true suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: external backupName: external