Skip to content
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

Use newer Postgres #156

Open
dev-rke opened this issue Jun 26, 2024 · 2 comments
Open

Use newer Postgres #156

dev-rke opened this issue Jun 26, 2024 · 2 comments
Assignees

Comments

@dev-rke
Copy link

dev-rke commented Jun 26, 2024

Hi,

as the postgresql/Dockerfile indicates, currently Postgres version 12 is used.
Is there any hard dependency on that?

As far as i found out, ckan does not have a strong version constraint on Postgres, so i'd propose to update to Postgres 16, as it is the latest stable container: https://hub.docker.com/_/postgres

@kowh-ai kowh-ai self-assigned this Jun 27, 2024
@kowh-ai
Copy link
Contributor

kowh-ai commented Jun 27, 2024

@dev-rke - Yes there is no hard constraint on v12 however we do try to align with the same version as CKAN set up on non-docker based environment. There will be a version upgrade soon and I think PostgreSQL v12 is EOL later this year

@dev-rke
Copy link
Author

dev-rke commented Jul 27, 2024

We successfully switched to postgres v16 on a bare metal setup and also on a docker setup without any issues, so i recommend to do the switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants