From e0560c3e70d80c23947e7e0a7bf7cae5e6449dc6 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 24 Nov 2017 09:26:09 +0900 Subject: [PATCH] docs: fix configuration file example Per report from Carlos Chapi. --- doc/quickstart.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/quickstart.sgml b/doc/quickstart.sgml index a1b84892..b64d06f0 100644 --- a/doc/quickstart.sgml +++ b/doc/quickstart.sgml @@ -306,11 +306,10 @@ (and possibly data_directory) adjusted accordingly, e.g.: - node=2 + node_id=2 node_name=node2 conninfo='host=node2 user=repmgr dbname=repmgr connect_timeout=2' - data_directory='/var/lib/postgresql/data' - + data_directory='/var/lib/postgresql/data' Use the --dry-run option to check the standby can be cloned: