From c43bec4c2fa69c7eb22711ad90f71643803ef040 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 29 Sep 2019 18:42:19 +0200 Subject: [PATCH] Do not enable replication from localhost --- modules/postgres/templates/cluster/pg_hba.conf-head.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/postgres/templates/cluster/pg_hba.conf-head.erb b/modules/postgres/templates/cluster/pg_hba.conf-head.erb index f899cf1da..d84d7d135 100644 --- a/modules/postgres/templates/cluster/pg_hba.conf-head.erb +++ b/modules/postgres/templates/cluster/pg_hba.conf-head.erb @@ -15,8 +15,8 @@ host all all 127.0.0.1/32 md5 host all all ::1/128 md5 # Allow replication connections from localhost, by a user with the # replication privilege. -local replication all peer -host replication all 127.0.0.1/32 md5 -host replication all ::1/128 md5 +#local replication all peer +#host replication all 127.0.0.1/32 md5 +#host replication all ::1/128 md5 ###################################### -- 2.20.1