-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 2.3.1 doesn't support postgresql 16? #654
Comments
also, this says support for 16.x was added in 2.3.0 so 😕 |
Hello @adamjacobmuller. I was not able to reproduce it.
Cluster is up and running with PG16.
|
Hi, Sorry about that, I meant operator image 2.3.1 Looking through the code, I'm not sure exactly where the source for that maximum version check is (I saw where it does the check, but, I can't understand where it gets max=15) from. I assume it can't be from the code directly because I couldn't see how the 2.3.1 operator works for you but not me. Is it reading the maximum supported version from the CRD or something and perhaps I have a stale version of that? |
@adamjacobmuller thanks! Still can't reproduce it. Could you please run and show the output of @tplavcic any thoughts? |
|
Dumb question, if this is an upgrade have you upgraded the CRD during setup ? IIRC this is not done by default |
no, I can reproduce this on a fresh cluster, i also removed (all I think) relevant CRDs, i put that in the screenshot above |
Actually, I had a similar issue where I had a CRD from crunchydata... Percona uses the CR "postgresclusters.postgres-operator.crunchydata.com". While all the other CRDs are separated, this one can conflict with percona. This isn't ideal, especially if you want to move from crunchy to percona - and you want to do it in parallel - this can cause a whole lot of issues if not considered correctly. I'd suggest changing the CRD name for postgresclusters.postgres-operator.percona or something similar so we could have both operators working in parallel while migrating. A side note, If you have running clusters with crunchydata or other that uses this CDR, do NOT remove this CRD as it will most likely delete all clusters with it. |
Report
pg-operator seems to not be compatible with postgresql 16 which pg-db is using by default?
More about the problem
Steps to reproduce
Versions
Anything else?
running:
The text was updated successfully, but these errors were encountered: