Is that even possible? How else could I restore the data from a slaveDelay-Secondary? The only way I can think of is to shut down all the other running members of the replica set and copy the slaveDelay-Secondary data folder to the other members and restart the replica set. I just couldn't find anything in the MongoDB documentation. Maybe I'm missing something essential here and the solution is too obvious.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You have several options :
Basically : you just have to shutdown all other memebers of your replicaset and then apply the procedure described on the quoted page. |
|||||
|
|