From 875c82e833fa50ab11bd7179e9293572a682b558 Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Tue, 24 Nov 2015 16:02:46 +0100 Subject: [PATCH] Documentation bugfix --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f752c2ca..422e0849 100644 --- a/README.rst +++ b/README.rst @@ -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. - *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 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 executed. Other configuration parameters will be passed along to the script in the form "parameter=value".