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 09b8a86605
commit 93f80c413e
2 changed files with 10 additions and 1 deletions

View File

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

View File

@@ -100,7 +100,11 @@
<para> <para>
If the <option>service_*_command</option> options aren't defined, &repmgr; will If the <option>service_*_command</option> options aren't defined, &repmgr; will
fall back to using <application>pg_ctl</application> to stop/start/restart 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> </para>
</important> </important>
@@ -117,6 +121,7 @@
</simpara> </simpara>
</note> </note>
<para> <para>
Check that access from applications is minimalized or preferably blocked Check that access from applications is minimalized or preferably blocked
completely, so applications are not unexpectedly interrupted. completely, so applications are not unexpectedly interrupted.