From 3d80e49b38faf770e0873dade1e8bd3aee598d1b Mon Sep 17 00:00:00 2001 From: erthalion <9erthalion6@gmail.com> Date: Tue, 12 Jun 2018 13:28:30 +0200 Subject: [PATCH] Rename also in settings docs --- docs/SETTINGS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index 8e2a7607..c09826db 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -113,7 +113,7 @@ PostgreSQL - **on\_start**: run this script when the cluster starts. - **on\_stop**: run this script when the cluster stops. - **connect\_address**: IP address + port through which Postgres is accessible from other nodes and applications. -- **create\_replica\_method**: 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. See :ref:`custom replica creation methods documentation ` for further explanation. - **data\_dir**: The location of the Postgres data directory, either existing or to be initialized by Patroni.