Is any way that I can assign the replSet
without restarting the mongod
? MongoDB Doc says that we should restart the mongo and assign some parameters, but I'm using MongoHQ's service (via Heroku), I can't find the way to set the replSet
. How can I do it?
Asked
Active
Viewed 161 times
0

waitingkuo
- 89,478
- 28
- 112
- 118
-
2I assume you have a replica set at MongoHQ? Why not let them configure it according to your requirements? Isn't that why you're using a cloud solution in the first place? Their support is very good from my experience. Not sure if you can or should apply such changes yourself... – xeraa Apr 01 '13 at 13:19
-
1AFAIK you cannot change the command line options while the mongod is running – ACE Apr 01 '13 at 15:48