mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: link to service command configuration from switchover section
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user