七叶笔记 » 数据库 » Mongodb增加、移除Arbiter节点实例

Mongodb增加、移除Arbiter节点实例

启动mongod实例。 连接Primary. 移除Arbiter 注意:最好移除结点时候先停掉服务,防止有特殊未知状态出现。

Note:Before running the rs.remove() operation, you must shut down the replica set member that you're removing. Changed in version 2.2: This procedure is no longer required when using rs.remove(), but it remains good practice.

相关文章