-
Notifications
You must be signed in to change notification settings - Fork 466
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
Include postgis_raster in postgis 3+ images #265
Comments
IMHO: no easy answer. There is a completely opposite request to yours. And there is a "workaround":
|
Thank you for your answer. I see the thread and the workaround.
In the past I forked mdillon/postgis to fix postgis version. I was very happy to discover his work and the fix was merged in an official image, I just want to continue to use it. I will be happy to join your team to work on a best final solution to specify which extension enable or not, but for the moment I still think there is a big unfixed problem that block usage of your image for all raster projects. |
I am just a long time user and contributor; As I know: There was a relatively longer repository migration period ( And this period, unfortunately, coincided with the Postgis 3.0 breaking changes. ( ~ 2y ago ) And in Postgis 3.1 there was another breaking change(s)
There are other breaking changes: PostGIS CLI ; And there are a lot of user requests and hard to find the global optimum.
Please,
I am neutral in this requests; I just wanted to help with the workarounds.
we are extending the official Docker Postgres images ... so all tricks should work
So just add an extra .sql "Initialization scripts" CREATE EXTENSION IF NOT EXISTS pgcrypto;
CREATE EXTENSION IF NOT EXISTS postgis_raster; |
As raster is separated in another extension since postgis 3+,
Is-it possible to add it as default in docker image ?
I use docker image for many project like https://github.com/GeotrekCE/Geotrek-admin but we are locked on 2.5 images
There is topology but no raster... I understand for other extension we should create a custom image with custom initdb db script, but for raster I think this is a problem
I can do the PR if you want. Thanks
The text was updated successfully, but these errors were encountered: