docker-pgrouting icon indicating copy to clipboard operation
docker-pgrouting copied to clipboard

:whale: Docker Image for pgRouting with PostGIS and official Postgres Docker Image

Results 16 docker-pgrouting issues
Sort by recently updated
recently updated
newest added

If you're like me and not very experienced with docker, stuff like this is not immediately obvious, I spent an hour installing new postgres clients, trying to debug the `netstat`...

Container initialization fails with error in case when environment variable POSTGRES_USER is set to something that doesn't equals to postgres. Initialization error: ``` ... /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/routing.sh 2019-04-23 13:27:42.903 UTC...

Hi, thank you for providing the image 😁 Contrary to the tag, actually installed versions are: - postgresql 10.6 - postgis 2.5.1 - pgrouting 2.6.1 ``` psql (11.1, server 10.6...

A new release of pgRouting 2.5.x and 2.6.x is available that fix a server crash for many functions. It could be good to upgrade to the last version on all...

I run this Docker image using the following command: ``` docker run -d --name ${POSTGRES_CONTAINER_NAME} -p 5432:5432 -e POSTGRES_USER="${POSTGRES_USER}" -e POSTGRES_PASSWORD="${POSTGRES_PASSWORD}" -v ${POSTGRES_HOST_DATA_PATH}:/var/lib/postgresql/data starefossen/pgrouting:9.4-2.1-2.1 ``` When we run PGRouting queries,...

bug

db_1 | 2018-07-03 15:01:31.624 UTC [31] STATEMENT: CREATE EXTENSION pgrouting db_1 | 2018-07-03 15:01:42.165 UTC [31] ERROR: could not access file "$libdir/libpgrouting-2.5": No such file or directory db_1 | 2018-07-03...