From 2b6415b33912dba774698ed45e1bf1deb4a6b4c4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 4 Mar 2015 15:54:14 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 451840ca..a53d15ed 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ Requirements `repmgr` will work on any Linux or UNIX-like environment capable of running PostgreSQL. `rsync` and password-less SSH connections between servers are -only required if `rsync` is to be used to clone standby servers. +only required if `rsync` is to be used to clone standby servers. Also, +if `repmgr` is meant to copy PostgreSQL configuration files located outside +of the main data directory, pg_basebackup will not be able to copy these, +and `rsync` will be used. Installation