Backup local PostgreSQL by default
This commit is contained in:
parent
3886809067
commit
174ebb74c7
|
@ -7,7 +7,7 @@
|
|||
BACKUP_USER=postgres
|
||||
|
||||
# Optional hostname to adhere to pg_hba policies. Will default to "localhost" if none specified.
|
||||
HOSTNAME=
|
||||
HOSTNAME=/var/run/postgresql
|
||||
|
||||
# Optional username to connect to database as. Will default to "postgres" if none specified.
|
||||
USERNAME=
|
||||
|
|
Loading…
Reference in New Issue