Skip to content

Commit fd0092e

Browse files
authored
fix: PG 15 backups working by default (#2246)
In 30b6124 this update was forgotten. It is needed for logical backups of postgres 15 clusters, as seen in #1945 (comment). Fix #1945. @moduon MT-1075
1 parent ac8ace2 commit fd0092e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ configLogicalBackup:
348348
# logical_backup_memory_request: ""
349349

350350
# image for pods of the logical backup job (example runs pg_dumpall)
351-
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.8.0"
351+
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.9.0"
352352
# path of google cloud service account json file
353353
# logical_backup_google_application_credentials: ""
354354

0 commit comments

Comments
 (0)