Skip to content

pgRouting not available in pg_available_extensions even after installation. #399

Closed
@abrahamarslan

Description

@abrahamarslan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions