-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade the postgres image used in production to v15 #2732
Comments
/assign @mayaCostantini @harshad16 |
@harshad16 Please feel free to modify or add acceptance criteria to this issue if you think this is necessary |
Currently we are using rhscl/postgresql-10-rhel7 |
I see the postgres 15 image is not available yet on the Red Hat catalog. Do you think we could wait for it to be released and experiment with a community image in test environment in the meantime? I am not sure if using a community image would change anything (from an operational point of view). |
We should explore the way in source code to fix this issue of Null being treated as unquie , if possible |
This should normally fixed by #2738, but I think changing the image would still be a good idea in the long term. Let's downgrade the priority of this issue in the meantime. |
Related-to: #2745 |
We would have to wait for redhat support PostgreSQL-15 to be available. Till then we have fix for null value being treated as distinct Keeping this issue open for the future, to upgrade to PostgreSQL v15. |
Problem statement
Related to discussion in #2729
We need to upgrade the postgres image used in prod to v15 to solve the unique constraint violation issue described in the issue above.
Proposal description
The text was updated successfully, but these errors were encountered: