From 8d129c0209c021c962dfa55497cc051451f61591 Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Thu, 21 Apr 2016 15:55:35 +0200 Subject: [PATCH] Bugfix: Network is now a null and void option for replication --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index b1ddbd7e..5422baa8 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,6 @@ For an example file, see ``postgres0.yml``. Regarding settings: - *replication*: - *username*: replication username; user will be created during initialization. - *password*: replication password; user will be created during initialization. - - *network*: network setting for replication in pg\_hba.conf. - *callbacks* callback scripts to run on certain actions. Patroni will pass the action, role and cluster name. See scripts/aws.py as an example on how to write them. - *on\_start*: a script to run when the cluster starts.