You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: