Clarify requirements for passwordless SSH access

This is already effectively optional; in 3.2 we will ensure it becomes
fully optional (mainly by deprecating --ignore-external-config-files
and replacing it with --copy-external-config-files).
This commit is contained in:
Ian Barwick
2016-09-21 08:43:45 +09:00
parent 03911488aa
commit e043d5c9a9
2 changed files with 11 additions and 4 deletions

View File

@@ -4329,7 +4329,7 @@ do_standby_switchover(void)
{
/*
* For 9.3/9.4, if pg_rewind is not available on the remote server,
* we'll need to force a reclone of the standby sing rsync - this may
* we'll need to force a reclone of the standby using rsync - this may
* take some time on larger databases, so use with care!
*
* Note that following this clone we'll be using `repmgr standby follow`