-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate to the new PostgreSQL #20246
Comments
Looks like |
https://github.com/eclipse-che/che-server/tree/main/dockerfiles/postgres |
We definitely need to use the same image across all possible installation ways. |
Is there a possibility we could use centos/postgresql-13-centos7 in https://github.com/eclipse-che/che-server/blob/72bfc85436022bc87aad109829411ef7f9b48663/dockerfiles/postgres/Dockerfile#L9 ? Since it is pretty much one line change and all the configuration stays the same, so everything works out of the box. |
For testing - yes. I see only "linux/amd64" arch which might be problematic. |
Postgres 13 alpine and buster images have different configuration from the centos and rhel prostgres 9.6 we use now (different env variables, different directory layout, different entrypoint scripts and possibly more). If we decided for alpine or buster in Che, we would need to adapt che operator for the new image and that would mean having different implementations in che operator for upstream and downstream. So we recommend to go with centos/postgresql-13-centos7 for upstream and rhel8/postgresql-13 for downstream, since they are sharing configuration. |
Downstream issue: https://issues.redhat.com/browse/CRW-2180 |
Is your task related to a problem? Please describe.
The final Release of PostgreSQL 9.6 should be November 11, 2021.
We use it as a database for che-server and keycloak.
We need to migrate to a more recent common version.
Describe the solution you'd like
Describe alternatives you've considered
n/a
Imeplentation
Additional context
The text was updated successfully, but these errors were encountered: