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

This commit is contained in:
2025-10-23 19:05:00 -05:00
parent 6db953dfd6
commit 0fabda9987
2 changed files with 44 additions and 0 deletions

View File

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