add garage 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-23 19:07:32 -05:00
parent 0fabda9987
commit 1ce9ccf123
5 changed files with 102 additions and 0 deletions

View File

@@ -114,8 +114,22 @@ postgres-17-cluster:
index: 1
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret
retentionPolicy: "1d"
- name: garage
destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster
index: 1
endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret-weekly
retentionPolicy: "30d"
isWALArchiver: false
data:
compression: bzip2
jobs: 2
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 */12 * * *"
backupName: external
- name: weekly-backup
suspend: false
schedule: "0 0 4 * * SAT"
backupName: garage