-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 docker setup to PostgreSQL 10 (improvement) #4187
Comments
From our experience nothing blocks from using PG10. We already adopt it in some deployments along GeoNode. |
If you install on bionic you end with postgres10 as well. Haven´t run into any problems yet. +1 |
See #4192 and GeoNode/postgis-docker#1 |
@gannebamm I guess we can close this via #4192, am I right? |
@francbartoli yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current docker-compose uses geonode/postgis 9.6
geonode/docker-compose.yml
Line 5 in 77e0fe3
as image. PostgreSQL 10.x is allready in production and widely adopted, afaik. Are there good reasons to not upgrade the docker setup to use PostgreSQL 10.x? And which special settings/ modifications where made to the default PostgreSQL 9.6 for geonode.
I would like to fork, upgrade, test and later PR this enhancement.
The text was updated successfully, but these errors were encountered: