Sign inSign up

newtork/load-postgis

By newtork

Updated almost 10 years ago

A container to load PostgreSQL database dumps with GIS data.

Image
0

270

newtork/load-postgis repository overview

load-postgis

A container to load PostgreSQL database dumps with GIS data.

Please only use it in development, since unsave settings have been made for authentication and connectivity. For connecting, the default user is "postgres" and password "postgres". The default password can be changed in the build file: Dockerfile > POSTGRES_PW

The container will not save your changes. Its sole purpose is to load an empty or locally saved database.


Usage
  • Starting an empty database with GIS support:

    docker run -p 5432:5432 --rm -it newtork/load-postgis
    
  • Starting the database with auto-restoring your files from a local backup directory:

    docker run -p 5432:5432 --rm -it -v /local/db/dumps/:/restore newtork/load-postgis
    

Tag summary

Content type

Image

Digest

Size

171.1 MB

Last updated

almost 10 years ago

docker pull newtork/load-postgis