A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/postgis/docker-postgis/issues/399 below:

pgRouting not available in pg_available_extensions even after installation. · Issue #399 · postgis/docker-postgis · GitHub

I'm trying to install pgrouting extension on postgres using docker.
Here is the complete dockerfile

https://paste.gd/rc8cpoBN#

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