doc: link to service command configuration from switchover section

This commit is contained in:
Ian Barwick
2018-04-19 17:09:10 +09:00
parent 91ca997d40
commit e6df936c1b
2 changed files with 10 additions and 1 deletions

View File

@@ -35,6 +35,10 @@
a successful switchover.
</para>
</note>
<para>
For more details on performing a switchover, including preparation and configuration,
see section <xref linkend="performing-switchover">.
</para>
</refsect1>
<refsect1>

View File

@@ -100,7 +100,11 @@
<para>
If the <option>service_*_command</option> options aren't defined, &repmgr; will
fall back to using <application>pg_ctl</application> to stop/start/restart
PostgreSQL, which may not work properly.
PostgreSQL, which may not work properly, particularly when executed on a remote
server.
</para>
<para>
For more details, see <xref linkend="configuration-service-commands">.
</para>
</important>
@@ -117,6 +121,7 @@
</simpara>
</note>
<para>
Check that access from applications is minimalized or preferably blocked
completely, so applications are not unexpectedly interrupted.