/backup-pgsql

small docker container to create backup for pgsql

Primary LanguageDockerfileApache License 2.0Apache-2.0

Set following environment variables:

PGHOST='localhost:5432'
PGDATABASE='postgres'
PGUSER='postgres@postgres'
PGPASSWORD='password'

Backup will be stored in /pg_backup