From 112a11a3119bdc612765056f48630f7d1a20c554 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 7 Jul 2014 11:10:32 +0900 Subject: [PATCH] Typo fixes --- autofailover_quick_setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index edc7985a..e9aeb6fe 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -49,19 +49,19 @@ cluster to communicate with other repmgrd daemons. 8. Start the repmgrd daemons in all nodes -**Note** A complete Hight-Availability design need at least 3 servers to still have +**Note** A complete High-Availability design needs at least 3 servers to still have a backup node after a first failure. Install PostgreSQL ------------------ You can install PostgreSQL using any of the recommended methods. You should ensure -it's 9.0 or superior. +it's 9.0 or later. Install repmgr -------------- -Install repmgr following the steps in the README. +Install repmgr following the steps in the README file. Configure PostreSQL ------------------- @@ -73,7 +73,7 @@ Edit the file postgresql.conf and modify the parameters:: listen_addresses='*' wal_level = 'hot_standby' archive_mode = on - archive_command = 'cd .' # we can also use exit 0, anything that + archive_command = 'cd .' # we can also use exit 0, anything that # just does nothing max_wal_senders = 10 wal_keep_segments = 5000 # 80 GB required on pg_xlog