disable garage
This commit is contained in:
		| @@ -112,22 +112,22 @@ postgres-17-cluster: | ||||
|         index: 1 | ||||
|         retentionPolicy: "2d" | ||||
|         isWALArchiver: true | ||||
|       - name: garage | ||||
|         destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster | ||||
|         index: 1 | ||||
|         endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900 | ||||
|         endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly | ||||
|         endpointCredentialsIncludeRegion: true | ||||
|         retentionPolicy: "30d" | ||||
|         data: | ||||
|           compression: bzip2 | ||||
|       # - name: garage | ||||
|       #   destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster | ||||
|       #   index: 1 | ||||
|       #   endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900 | ||||
|       #   endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly | ||||
|       #   endpointCredentialsIncludeRegion: true | ||||
|       #   retentionPolicy: "30d" | ||||
|       #   data: | ||||
|       #     compression: bzip2 | ||||
|     scheduledBackups: | ||||
|       - name: daily-backup | ||||
|         suspend: false | ||||
|         schedule: "0 0 0 * * *" | ||||
|         backupName: external | ||||
|       - name: weekly-backup | ||||
|         suspend: true | ||||
|         immediate: true | ||||
|         schedule: "0 0 4 * * SAT" | ||||
|         backupName: garage | ||||
|       # - name: weekly-backup | ||||
|       #   suspend: true | ||||
|       #   immediate: true | ||||
|       #   schedule: "0 0 4 * * SAT" | ||||
|       #   backupName: garage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user