Open
Description
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.9.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
- Are you running Postgres Operator in production? No
- Type of issue? Bug report
Hi,
I'm testing the in-place upgrade function from several versions and found that it does not upgrade to version 15, with 1.9.0 operator.
I trigger the upgrade by changing the version in the CRD and then I check the version by doing a select version from the master pod.
It worked for example from 13 to 14, or from 12 to 13, or even directly from 12 to 14, but if I try to run the upgrade from any version to 15 fails, showing no interesting log details
Operator log:
time="2023-03-07T16:25:38Z" level=error msg="major version upgrade failed: could not execute: command terminated with exit code 1" cluster-name=kleecks/kleecks-milano-p9dr-postgresql pkg=cluster
No problem performing the same operation with other versions
Thank you