Reputation: 1147
I have a full backup over 50 million documents and set journal archiving to false. A developer is accidentally deleted two collections in database. How can I restore just two collections have been deleted. Thanks in advance.
Upvotes: 1
Views: 46
Reputation: 7142
You can't restore a backup selectively based on query criteria. You need to:
MLCP
which can be extract by collectionMLCP
.In the future, you should consider backups with journal archiving which will ensure no data loss in a situation like this, because all history will be kept.
Upvotes: 2