add garage backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s

This commit is contained in:
2025-10-23 18:00:59 -05:00
parent 32aff946ef
commit 3beb09a2d4
2 changed files with 44 additions and 0 deletions

View File

@@ -116,8 +116,22 @@ postgres-17-cluster:
index: 1
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
retentionPolicy: "1d"
- name: garage
destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster
index: 1
endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
endpointCredentials: lidarr2-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