From fdcc3850c8c67352c3e8235e53bcc6e0fe3a7921 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 31 Oct 2018 09:59:38 +0900 Subject: [PATCH] doc: clarify network and software prerequisites --- doc/configuration.sgml | 37 +++++++++++++++++++++++++++++++++++++ doc/quickstart.sgml | 7 ++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/doc/configuration.sgml b/doc/configuration.sgml index a7d99d70..6bfa0f66 100644 --- a/doc/configuration.sgml +++ b/doc/configuration.sgml @@ -1,6 +1,43 @@ repmgr configuration + + + configuration + prerequisites + + + Prerequisites for configuration + + Following software must be installed on both servers: + + + PostgreSQL + + + + repmgr + + + + + + + At network level, connections between the PostgreSQL port (default: 5432) + must be possible between all nodes. + + + Optionally, if you want repmgr to copy PostgreSQL configuration + files which are located outside the data directory (as is the case with e.g. + Debian packages) + when cloning a standby, or use &repmgr; to perform + switchovers, passwordless SSH connections are required + between all nodes. Additionally, for copying files outide the data directory, + rsync must be installed. + + + + &configuration-file; &configuration-file-required-settings; &configuration-file-log-settings; diff --git a/doc/quickstart.sgml b/doc/quickstart.sgml index 5a8b68ef..bd6a3ebd 100644 --- a/doc/quickstart.sgml +++ b/doc/quickstart.sgml @@ -1,6 +1,10 @@ Quick-start guide + + quickstart + + This section gives a quick introduction to &repmgr;, including setting up a sample &repmgr; installation and a basic replication cluster. @@ -50,7 +54,8 @@ If you want repmgr to copy configuration files which are - located outside the PostgreSQL data directory, and/or to test switchover + located outside the PostgreSQL data directory, and/or to test + switchover functionality, you will also need passwordless SSH connections between both servers, and rsync should be installed.