mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Update README
This commit is contained in:
@@ -985,10 +985,10 @@ active primary, the previous warning will not be displayed:
|
|||||||
|
|
||||||
$ repmgr -f /etc/repmgr.conf cluster show
|
$ repmgr -f /etc/repmgr.conf cluster show
|
||||||
ID | Name | Role | Status | Upstream | Location | Connection string
|
ID | Name | Role | Status | Upstream | Location | Connection string
|
||||||
----+-------+---------+-----------+----------+----------+----------------------------------------------------
|
----+-------+---------+-----------+----------+----------+--------------------------------------
|
||||||
1 | node1 | primary | - failed | | default | host=node1 dbname=repmgr user=repmgr port=5501
|
1 | node1 | primary | - failed | | default | host=node1 dbname=repmgr user=repmgr
|
||||||
2 | node2 | primary | * running | | default | host=node2 dbname=repmgr user=repmgr port=5502
|
2 | node2 | primary | * running | | default | host=node2 dbname=repmgr user=repmgr
|
||||||
3 | node3 | standby | running | node1 | default | host=node3 dbname=repmgr user=repmgr port=5503
|
3 | node3 | standby | running | node1 | default | host=node3 dbname=repmgr user=repmgr
|
||||||
|
|
||||||
However the sole remaining standby is still trying to replicate from the failed
|
However the sole remaining standby is still trying to replicate from the failed
|
||||||
primary; `repmgr standby follow` must now be executed to rectify this situation.
|
primary; `repmgr standby follow` must now be executed to rectify this situation.
|
||||||
|
|||||||
Reference in New Issue
Block a user