-
Notifications
You must be signed in to change notification settings - Fork 137
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 to PostgreSQL 14 #413
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in Docker Automated build - missing d
This PR updating Natural Earth dataset from v4.1 to 5.1.2. It is in cooperation with openmaptiles/openmaptiles-tools#414, where is `import-data` docker image updated. PR removes manual fixes for lake merging (already fixed in version 5.1.2) Switched comparison from `gn_ascii` (removed from NE5) to `name_en`. Could be merged after openmaptiles/openmaptiles-tools#413. After OMT-T is merged, it will use `latest` image (until the release of OMT-T v7)
Comment not needed anymore after openmaptiles#413
Comment not needed anymore after #413
@TomPohys , I'm very happy PG got updated to v14, but please, when you copy code from another PR, please link to it and credit the author. Just to keep track of what comes from where. |
Hi @nyurik, I am afraid, that I do not exactly remember how I wrote the code since it was in July. I am sorry if it looks like I took some code from your PR. It wasn't my intention. I will be more careful in the future. I edit the description. The main motivation was to not show the warning for users during generating tiles about
And the style template is just a few lines below. openmaptiles-tools/docker/postgis/initdb-postgis.sh Lines 14 to 20 in e7c63b2
|
This PR is upgrading PostgreSQL from 9.6 to 14. GEOS 3.9.0 is used in Debian-bullseye image for building [postgis:14-3.2](https://github.com/postgis/docker-postgis/blob/master/14-3.2/Dockerfile#L1). I kept the code for the eventual manual update of GEOS. There is also tune-up PostgreSQL to turn off `jit` which prolongs the `import-sql` step in OpenMapTiles.
Comment not needed anymore after openmaptiles#413
This PR is upgrading PostgreSQL from 9.6 to 14.
GEOS 3.9.0 is used in Debian-bullseye image for building postgis:14-3.2. I kept the code for the eventual manual update of GEOS.
There is also tune-up PostgreSQL to turn off
jit
which prolongs theimport-sql
step in OpenMapTiles as #252.