Sign inSign up

foxylion/pgadmin4

By foxylion

Updated about 9 years ago

PostgreSQL pgAdmin 4 with binary support (backup, restore, ...)

Image
3

10K+

foxylion/pgadmin4 repository overview

PostgreSQL pgAdmin 4 with binary support

Docker Stars Docker Pulls

Quick Start

docker run -d --name pgadmin -p 5433:80 foxylion/pgadmin4

Now you can access your pgAdmin instance on localhost:5433.

Environment Variables

Variable NameDescriptionDefault
SERVER_MODEWhen set to true authentification is required to acces pgAdmin 4False
MAIL_SERVERMail server for sending mails (e.g. forgotten passwords)mail.example.tld
MAIL_PORTMail server port465
MAIL_USE_SSLWhen enabled ssl is used to connect to the mail serverTrue
MAIL_USERNAMEUsername used to authenticate against the mail serverusername
MAIL_PASSWORDPassword used to authenticate against the mail serverpassword

Binary Support (pg_dump, pg_restore)

This version of pgAdmin 4 brings the binaries required to backup/restore databases with it. You can do backups of PostgreSQL 9.5 servers.

To enable the feature go to File -> Preferences -> Binary paths and set them to /usr/bin.

When doing a backup it is recommended to setup a directory where the backups can be stored outside of the container.

Data Storage Outside of the Container

Just pass -v /my/local/directory:/data to the docke run command. This will store the session and configuration database in the mounted folder. The storage is also there.

Tag summary

Content type

Image

Digest

Size

108.5 MB

Last updated

about 9 years ago

docker pull foxylion/pgadmin4