postgres-operator
postgres-operator copied to clipboard
Postgres 1.14 logical operator default version is 1.13
Currently I am using Postgres Operator version 1.14.0 and I leave the logical backup version to default so that I won't be interfering with the default version of it later when its upgraded in future. But the problem is, the default version it takes is 1.13. If I specify the the version of logical backuip to 1.14.0 then it is working fine.
So the question is should I provide the version of logical backup
I am running it in k8s and it is only testing environment.
Hi. Are you using the helm chart? There it is already fixed: https://github.com/zalando/postgres-operator/pull/2829. The only difference between the version is the Postgres 17 support. You can always use the same tag for operator deployment and logical backup cron job. They are build with the same pipeline.
Just as a note: the fix is on master but a new Helm chart hasn't been released yet. You need to configure logical_backup_docker_image in the meantime, as in the PR from the comment above.