From 3799d089a1ce2afdc137d47f650c5db545ad1ca8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Mar 2015 11:40:37 -0700 Subject: [PATCH] autofailover_quick_setup.rst: 'Log in' -> 'Log in to' For some discussion, see [1]. [1]: http://english.stackexchange.com/questions/5302/log-in-to-or-log-into-or-login-to --- autofailover_quick_setup.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index bbf06056..0224a4de 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -65,7 +65,7 @@ Install repmgr following the steps in the README file. Configure PostreSQL ------------------- -Log in node1. +Log in to node1. Edit the file postgresql.conf and modify the parameters:: @@ -116,7 +116,7 @@ Create the ssh-key for the postgres user and copy it to other servers:: Clone Master ------------ -Log in node2. +Log in to node2. Clone the node1 (the current Master):: @@ -132,7 +132,7 @@ And check everything is fine in the server log. Configure repmgr ---------------- -Log in each server and configure repmgr by editing the file +Log in to each server and configure repmgr by editing the file /etc/repmgr/repmgr.conf:: cluster=my_cluster @@ -170,14 +170,14 @@ Log in each server and configure repmgr by editing the file Register Master and Standby --------------------------- -Log in node1. +Log in to node1. Register the node as Master:: su - postgres repmgr -f /etc/repmgr/repmgr.conf master register -Log in node2. Register it as a standby:: +Log in to node2. Register it as a standby:: su - postgres repmgr -f /etc/repmgr/repmgr.conf standby register @@ -185,7 +185,7 @@ Log in node2. Register it as a standby:: Initialize witness server ------------------------- -Log in witness. +Log in to witness. Initialize the witness server:: @@ -198,7 +198,7 @@ As part of the procees it also ask for the superuser password so it can connect Start the repmgrd daemons ------------------------- -Log in node2 and witness. +Log in to node2 and witness. su - postgres repmgrd -f /etc/repmgr/repmgr.conf --daemonize -> /var/log/postgresql/repmgr.log 2>&1