mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
README.md: improve documentation of repl_status view
This commit is contained in:
11
README.md
11
README.md
@@ -1016,8 +1016,11 @@ Monitoring
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
When `repmgrd` is running with the option `-m/--monitoring-history`, it will
|
When `repmgrd` is running with the option `-m/--monitoring-history`, it will
|
||||||
constantly write node status information to the `repl_monitor` table, which can
|
constantly write standby node status information to the `repl_monitor` table,
|
||||||
be queried easily using the view `repl_status`:
|
providing a near-real time overview of replication status on all nodes
|
||||||
|
in the cluster.
|
||||||
|
|
||||||
|
The view `repl_status` shows the most recent state for each node, e.g.:
|
||||||
|
|
||||||
repmgr=# SELECT * FROM repmgr_test.repl_status;
|
repmgr=# SELECT * FROM repmgr_test.repl_status;
|
||||||
-[ RECORD 1 ]-------------+-----------------------------
|
-[ RECORD 1 ]-------------+-----------------------------
|
||||||
@@ -1042,6 +1045,10 @@ table , it's advisable to regularly purge historical data with
|
|||||||
`repmgr cluster cleanup`; use the `-k/--keep-history` to specify how
|
`repmgr cluster cleanup`; use the `-k/--keep-history` to specify how
|
||||||
many day's worth of data should be retained.
|
many day's worth of data should be retained.
|
||||||
|
|
||||||
|
Note that when a standby node is not streaming directly from its upstream
|
||||||
|
node, i.e. recovering WAL from an archive, `apply_lag` will always
|
||||||
|
appear as `0 bytes`.
|
||||||
|
|
||||||
|
|
||||||
Using a witness server with repmgrd
|
Using a witness server with repmgrd
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user