postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Postgres 1.14 logical operator default version is 1.13

Open arconsis-subash opened this issue 10 months ago • 2 comments

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.

arconsis-subash avatar Jan 29 '25 08:01 arconsis-subash

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.

FxKu avatar Feb 04 '25 09:02 FxKu

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.

maxlaverse avatar Feb 18 '25 20:02 maxlaverse