mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
docs: fix example in BDR section
This commit is contained in:
@@ -154,8 +154,9 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Additionally it's possible to display log of significant events; executing
|
Additionally it's possible to display log of significant events; executing
|
||||||
<xref linkend="repmgr-cluster-show"> (on either node) should produce output like this:
|
<xref linkend="repmgr-cluster-event"> (on either node) should produce output like this:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
$ repmgr -f /etc/repmgr.conf cluster event
|
||||||
Node ID | Event | OK | Timestamp | Details
|
Node ID | Event | OK | Timestamp | Details
|
||||||
---------+--------------+----+---------------------+----------------------------------------------
|
---------+--------------+----+---------------------+----------------------------------------------
|
||||||
2 | bdr_register | t | 2017-07-27 17:51:48 | node record created for node 'node2' (ID: 2)
|
2 | bdr_register | t | 2017-07-27 17:51:48 | node record created for node 'node2' (ID: 2)
|
||||||
@@ -163,8 +164,8 @@
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
At this point there will only be records for the two node registrations (displayed in reverse
|
At this point there will only be records for the two node registrations (displayed here
|
||||||
chronological order).
|
in reverse chronological order).
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user