docker-postgres-backup-local
docker-postgres-backup-local copied to clipboard
Any reason to not use PGHOST / PGPASSWORD as env var names for the docker image?
Currently, when connecting to the container, one has to re-export all the already given POSTGRES_HOST/USER/PASSWORD variables as PGHOST/USER/PASSWORD variables to run psql/pg_dump and so forth.
Is there any design decision behind not actually using those variables in the first place?