feat: enable backups and index
All checks were successful
lint-test-helm / lint-helm (push) Successful in 24s
render-manifests-push / render-manifests-push (push) Successful in 1m22s
renovate / renovate (push) Successful in 3m18s

This commit is contained in:
2026-03-11 13:45:34 -05:00
parent 9d201656b6
commit 537e2f0f8d
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ postgres-18-cluster:
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
index: 1 index: 2
backup: backup:
objectStore: objectStore:
- name: garage-local - name: garage-local
@@ -91,7 +91,7 @@ postgres-18-cluster:
# isWALArchiver: false # isWALArchiver: false
scheduledBackups: scheduledBackups:
- name: live-backup - name: live-backup
suspend: true suspend: false
immediate: true immediate: true
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: garage-local backupName: garage-local

View File

@@ -197,7 +197,7 @@ postgres-18-cluster:
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
index: 1 index: 2
backup: backup:
objectStore: objectStore:
- name: garage-local - name: garage-local