17 Dec
2025
17 Dec
'25
7:59 p.m.
以下问题已评论,暂无回应,现根据社区issue处理规范进行公示,7天后无反馈将进行关闭处理 https://gitcode.com/opengauss/openGauss-server/issues/7699 非问题原因: 数据库启动实际会监听 port以及port+1, port+1是作为HA端口,支持用来做逻辑复制、工具备份、主备通信。 业务连接使用port端口。 对于主备还会监听port+4 port+5端口用来做心跳链接以及远程读(保留)。 详见通信矩阵:https://docs.opengauss.org/zh/docs/latest/database_reference/communication_m...