Documentation bugfix

This commit is contained in:
Feike Steenbergen
2015-11-24 16:02:46 +01:00
parent fcbb820949
commit 875c82e833
+2 -2
View File
@@ -113,11 +113,11 @@ For an example file, see ``postgres0.yml``. Regarding settings:
- *recovery\_conf*: additional configuration settings written to recovery.conf when configuring follower. - *recovery\_conf*: additional configuration settings written to recovery.conf when configuring follower.
- *parameters*: list of configuration settings for Postgres. Many of these are required for replication to work. - *parameters*: list of configuration settings for Postgres. Many of these are required for replication to work.
- *create_replica_methods*: an ordered list of the create methods for turning a patroni node into a new replica. - *create\_replica\_methods*: an ordered list of the create methods for turning a patroni node into a new replica.
"basebackup" is the default method; other methods are assumed to refer to scripts, each of which is configured "basebackup" is the default method; other methods are assumed to refer to scripts, each of which is configured
as its own config item. as its own config item.
- *{replica_method}* for each create_replica_method other than basebackup, you would add a configuration section - *replica\_method* for each create_replica_method other than basebackup, you would add a configuration section
of the same name. At a minimum, this should include "command" with a full path to the actual script to be of the same name. At a minimum, this should include "command" with a full path to the actual script to be
executed. Other configuration parameters will be passed along to the script in the form "parameter=value". executed. Other configuration parameters will be passed along to the script in the form "parameter=value".