Skip to content

Instantly share code, notes, and snippets.

View andycandrea's full-sized avatar

Andy Andrea andycandrea

View GitHub Profile
@jessiel-hacke
jessiel-hacke / backup.config
Last active October 22, 2019 19:46
PG Backup
##############################
## POSTGRESQL BACKUP CONFIG ##
##############################
# Optional system user to run backups as. If the user the script is running as doesn't match this
# the script terminates. Leave blank to skip check.
BACKUP_USER=postgres
# Optional hostname to adhere to pg_hba policies. Will default to "localhost" if none specified.
HOSTNAME=localhost