We're running PGO 5.3 on OpenShift. We have a cluster that we'd like to upgrade from postgres 14 to 15.
Initially we found that the pgupgrade CDR was not installed, so we manually installed the CDR. This seems to have gone well.
However, things do not work as expected when we create a pgupgrade object.
This is what we're installing:
The result is no error, but neither are we seeing any effect from this. When looking at the object, it never receives a status element. No upgrade pod i started. So the effect is as though the pgupgrade object was ignored by the operator, and nothing was initialized. No logs seem to contain any errors.
How can I go about solving this?