I'm trying to install pgrouting extension on postgres using docker.
Here is the complete dockerfile
I don't get any errors and the image builds successfully. At entrypoint, I enable the extensions required using
CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS postgis_topology;
CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder CASCADE;
CREATE EXTENSION IF NOT EXISTS address_standardizer;
CREATE EXTENSION IF NOT EXISTS pg_repack;
CREATE EXTENSION IF NOT EXISTS pgrouting;
But I do not see pgrouting enabled in the database, nor it is available in pg_available_extensions.
Is there a step I'm missing or is the Dockerfile wrong?
Kindly help.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4