disable backups
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-02 21:17:31 -05:00
parent 3859cdc3f2
commit e3a47eb3be

View File

@@ -110,7 +110,7 @@ postgres-17-cluster:
index: 3 index: 3
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
backup: backup:
enabled: false enabled: true
method: objectStore method: objectStore
objectStore: objectStore:
- name: external - name: external
@@ -120,5 +120,7 @@ postgres-17-cluster:
retentionPolicy: "3d" retentionPolicy: "3d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
immediate: false
suspend: true
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: external backupName: external