I have a standalone setup of MongoDB 2.0.2 with default settings. I accidently dropped a collection from the shell using db.mycollection.drop()
. Is there anyway I can undo this operation and rollback to previous state?
问问题
15837 次
1 回答
3
With a stand alone (no replicaset) I am afraid that you may not be able to recover your data. Read this post How to recover a dropped MongoDB database?
于 2013-07-02T16:11:04.607 回答