Reputation: 5064
So I was reading this documentation on changing config servers:
http://www.mongodb.org/display/DOCS/Changing+Config+Servers
While I am okay with the order of steps for this operation:
Renaming a config server - different host name
If you wish to use a different name or ip address in the --configdb option then this applies to you.
Is there any specific reason for reversing the order of the last two steps in this:
Upgrading from one config server to three
Unfortunately you will need to shutdown the entire system.
Upvotes: 1
Views: 1043
Reputation: 2743
In general we suggest starting the mongos
after the mongod
and the config servers are up. We've made the docs consistent on this point.
Upvotes: 4