我是 postgres 管理的新手,想知道repmgr cluster show
命令输出中的“*”符号是什么意思。
ID | Name | Role | Status | Upstream | Location | Connection string
----+---------+---------+-----------+----------+----------+------------------------------------------------------------------
1 | node-1 | standby | running | node-2 | default | host= [...]
2 | node-2 | primary | * running | | default | host= [...]
3 | node-3 | witness | * running | node-2 | default | host= [...]
我在文档中没有找到任何关于它的信息(https://repmgr.org/docs/4.0/repmgr-cluster-show.html)
使用repmgr cluster show --csv
文档中提到的,我可以看到 ID 为 1 的节点处于恢复状态“恢复中”。有关系吗?
postgresql 版本:10.5 repmgr 版本:4.0
它没有记录,但代码在这里;它看起来像
* running
用于主要和见证的运行状态,但不是辅助。我不确定那是什么意图;它可能只是用于主要的代码块的复制/粘贴;这是引入第二个状态字符串的相关提交。* running