From 174ebb74c727da5ca6376146f37cd009b05cff30 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 13 Oct 2020 17:35:23 +0200 Subject: [PATCH] Backup local PostgreSQL by default --- conf/pg_backup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pg_backup.conf b/conf/pg_backup.conf index 64a9044..2f9dd66 100644 --- a/conf/pg_backup.conf +++ b/conf/pg_backup.conf @@ -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=