I have master and slave running on different port. But when I close master the slave goes down too. I understand why this is happening. I want that when master goes down the slave become a new master without restarting the mongod with --master option. And My mongodb connection never got down.

link|improve this question

61% accept rate
feedback

1 Answer

You need use the replicaSet system instead of the Master/Slave system in MongoDB.

all documentation about Replicat Set is on MongoDB wiki : http://www.mongodb.org/display/DOCS/Replica+Sets

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.