From b276b021037fb13e64b1324eed6f6dca1f084f79 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 Oct 2016 20:25:47 +0000 Subject: [PATCH] apparently all does not include replication --- roles/postgresql_server_bdr/files/pg_hba.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/postgresql_server_bdr/files/pg_hba.conf b/roles/postgresql_server_bdr/files/pg_hba.conf index b95490325f..665546f9da 100644 --- a/roles/postgresql_server_bdr/files/pg_hba.conf +++ b/roles/postgresql_server_bdr/files/pg_hba.conf @@ -78,3 +78,5 @@ host all all 0.0.0.0 0.0.0.0 md5 host all all ::1/128 md5 host all all 10.5.126.188/32 trust host all all 10.5.126.189/32 trust +host replication all 10.5.126.188/32 trust +host replication all 10.5.126.189/32 trust