Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels