Typo fixes

This commit is contained in:
Ian Barwick
2014-07-07 11:10:32 +09:00
committed by Jaime Casanova
parent 7b87b5eddd
commit 112a11a311

View File

@@ -49,19 +49,19 @@ cluster to communicate with other repmgrd daemons.
8. Start the repmgrd daemons in all nodes 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. a backup node after a first failure.
Install PostgreSQL Install PostgreSQL
------------------ ------------------
You can install PostgreSQL using any of the recommended methods. You should ensure 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
-------------- --------------
Install repmgr following the steps in the README. Install repmgr following the steps in the README file.
Configure PostreSQL Configure PostreSQL
------------------- -------------------
@@ -73,7 +73,7 @@ Edit the file postgresql.conf and modify the parameters::
listen_addresses='*' listen_addresses='*'
wal_level = 'hot_standby' wal_level = 'hot_standby'
archive_mode = on 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 # just does nothing
max_wal_senders = 10 max_wal_senders = 10
wal_keep_segments = 5000 # 80 GB required on pg_xlog wal_keep_segments = 5000 # 80 GB required on pg_xlog