From e6caf11bf28088294a9a49c0384547fb7b72968f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 16 Jul 2014 13:51:05 +0900 Subject: [PATCH] Fix pg_hba.conf example Conflicts: QUICKSTART.md --- QUICKSTART.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 257f9f70..fe9e457d 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -140,14 +140,14 @@ Master setup - configure postgresql.conf for replication (see above) - - update pg_hba.conf: + - update pg_hba.conf, e.g.: ``` - host repmgr_usr repmgr_db 192.168.1.0/24 trust - host replication all 192.168.1.0/24 trust + host repmgr_db repmgr_usr 192.168.1.0/24 trust + host replication repuser 192.168.1.0/24 trust ``` - Restart the PostgreSQL server after making these changes. + Restart the PostgreSQL server after making these changes. 2. Create the repmgr configuration file: