如何在mongodb中关闭master时自动运行slave?

时间:2011-01-03 10:55:09

标签: mongodb pymongo database

我在不同的端口上运行master and slave。但是当我close master slave goes down时。我明白为什么会这样。我想要当master关闭时奴隶成为新的主without restarting the mongod with --master选项。我的mongodb connection never got down

1 个答案:

答案 0 :(得分:3)

您需要在MongoDB中使用replicaSet系统而不是Master / Slave系统。

有关Replicat Set的所有文档都在MongoDB wiki上:http://www.mongodb.org/display/DOCS/Replica+Sets