@@ -104,22 +104,31 @@ postgres-17-cluster:
104104 recovery :
105105 method : objectStore
106106 objectStore :
107- destinationPath : s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
107+ destinationPath : s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster
108+ endpointURL : http://garage-main.garage:3900
108109 index : 1
109- endpointCredentials : sonarr-postgresql-17-cluster-backup-secret
110+ endpointCredentials : sonarr-postgresql-17-cluster-backup-secret-garage
110111 backup :
111112 objectStore :
112113 - name : external
113114 destinationPath : s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
114115 index : 1
115116 endpointCredentials : sonarr-postgresql-17-cluster-backup-secret
116117 retentionPolicy : " 1d"
118+ isWALArchiver : false
119+ - name : garage-local
120+ destinationPath : s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster
121+ index : 1
122+ endpointURL : http://garage-main.garage:3900
123+ endpointCredentials : sonarr-postgresql-17-cluster-backup-secret-garage
124+ endpointCredentialsIncludeRegion : true
125+ retentionPolicy : " 7d"
117126 isWALArchiver : true
118- # - name: garage
127+ # - name: garage-remote
119128 # destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster
120129 # index: 1
121130 # endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
122- # endpointCredentials: sonarr-postgresql-17-cluster-backup-secret-weekly
131+ # endpointCredentials: sonarr-postgresql-17-cluster-backup-secret-garage
123132 # retentionPolicy: "30d"
124133 # data:
125134 # compression: bzip2
@@ -129,7 +138,12 @@ postgres-17-cluster:
129138 suspend : false
130139 schedule : " 0 0 */12 * * *"
131140 backupName : external
141+ - name : live-backup
142+ suspend : false
143+ immediate : true
144+ schedule : " 0 0 0 * * *"
145+ backupName : garage-local
132146 # - name: weekly-backup
133147 # suspend: false
134148 # schedule: "0 26 4 * * SAT"
135- # backupName: garage
149+ # backupName: garage-remote
0 commit comments