@@ -106,7 +106,8 @@ postgres-17-cluster:
106106 recovery :
107107 method : objectStore
108108 objectStore :
109- destinationPath : s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
109+ destinationPath : s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster
110+ endpointURL : http://garage-main.garage:3900
110111 index : 1
111112 endpointCredentials : lidarr-postgresql-17-cluster-backup-secret
112113 backup :
@@ -116,12 +117,20 @@ postgres-17-cluster:
116117 index : 1
117118 endpointCredentials : lidarr-postgresql-17-cluster-backup-secret
118119 retentionPolicy : " 1d"
120+ isWALArchiver : false
121+ - name : garage-local
122+ destinationPath : s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster
123+ index : 1
124+ endpointURL : http://garage-main.garage:3900
125+ endpointCredentials : lidarr-postgresql-17-cluster-backup-secret-garage
126+ endpointCredentialsIncludeRegion : true
127+ retentionPolicy : " 7d"
119128 isWALArchiver : true
120- # - name: garage
129+ # - name: garage-remote
121130 # destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster
122131 # index: 1
123132 # endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
124- # endpointCredentials: lidarr-postgresql-17-cluster-backup-secret-weekly
133+ # endpointCredentials: lidarr-postgresql-17-cluster-backup-secret-garage
125134 # retentionPolicy: "30d"
126135 # data:
127136 # compression: bzip2
@@ -131,7 +140,12 @@ postgres-17-cluster:
131140 suspend : false
132141 schedule : " 0 0 */12 * * *"
133142 backupName : external
143+ - name : live-backup
144+ suspend : false
145+ immediate : true
146+ schedule : " 0 0 0 * * *"
147+ backupName : garage-local
134148 # - name: weekly-backup
135149 # suspend: false
136150 # schedule: "0 8 4 * * SAT"
137- # backupName: garage
151+ # backupName: garage-remote
0 commit comments