Correct some doc typos

This commit is contained in:
John Naylor
2019-03-14 11:58:31 +08:00
committed by Ian Barwick
parent 0a6486bb7f
commit feb90ee50c
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ REPMGRD_OPTS="--daemonize=false"</programlisting>
<listitem>
<para>
Add check <link linkend="repmgr-standby-switchover"><command>repmgr standby switchover</command></link>
Add check to <link linkend="repmgr-standby-switchover"><command>repmgr standby switchover</command></link>
to ensure the data directory on the demotion candidate is configured correctly in <filename>repmgr.conf</filename>.
This is to ensure that &repmgr;, when remotely executed on the demotion candidate, can correctly verify
that PostgreSQL on the demotion candidate was shut down cleanly. GitHub #523.