ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
104 stars 197 forks source link

Use newer Postgres #156

Open dev-rke opened 5 months ago

dev-rke commented 5 months ago

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 commented 5 months ago

@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 commented 4 months ago

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.