diff --git a/doc/quickstart.sgml b/doc/quickstart.sgml index bd6a3ebd..56463061 100644 --- a/doc/quickstart.sgml +++ b/doc/quickstart.sgml @@ -201,11 +201,20 @@ Preparing the standby - On the standby, do not create a PostgreSQL instance, but do ensure the destination + On the standby, do not create a PostgreSQL instance (i.e. + do not execute initdb or any database creation + scripts provided by packages), but do ensure the destination data directory (and any other directories which you want PostgreSQL to use) exist and are owned by the postgres system user. Permissions must be set to 0700 (drwx------). + + + &repmgr; will place a copy of the primary's database files in this directory. + It will however refuse to run if a PostgreSQL instance has already been + created there. + + Check the primary database is reachable from the standby using psql: