From 9517624297d829c6074ab803ef7ac0aa90d7360f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Mar 2015 11:27:13 -0700 Subject: [PATCH] autofailover_quick_setup.rst: Replace 'server used for witness' With 'witness server' in most places. When defining the nodes, I went with 'server used as a witness', since '**witness** is the hostname ... of the witness server' sounded like a tautology. The longer phrasing isn't really any different, but it sounds better to me ;). --- autofailover_quick_setup.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index d743627f..4e7f1b1d 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -18,7 +18,7 @@ For convenience, we define: **node2** is the hostname fully qualified of the Standby server, IP 192.168.1.11 **witness** - is the hostname fully qualified of the server used for witness, IP 192.168.1.12 + is the hostname fully qualified of the server used as a witness, IP 192.168.1.12 **Note:** We don't recommend using names with the status of a server like «masterserver», because it would be confusing once a failover takes place and the Master is @@ -32,16 +32,15 @@ a vote to decide what server it should promote, so an odd number is required. A witness-repmgrd is installed in a third server where it uses a PostgreSQL cluster to communicate with other repmgrd daemons. -1. Install PostgreSQL in all the servers involved (including the server used for - witness) +1. Install PostgreSQL in all the servers involved (including the witness server) -2. Install repmgr in all the servers involved (including the server used for witness) +2. Install repmgr in all the servers involved (including the witness server) 3. Configure the Master PostreSQL 4. Clone the Master to the Standby using "repmgr standby clone" command -5. Configure repmgr in all the servers involved (including the server used for witness) +5. Configure repmgr in all the servers involved (including the witness server) 6. Register Master and Standby nodes