Jakub> "If we did not do any writes during the session that shutdown
Jakub> uncleanly, our data set is fine. All we need to do is remove the
Jakub> mongod.lock file after rebooting the machine and start mongod."
Jakub> - How can I make sure that there weren't any writes happening at
Jakub> the moment of the crash?
You can only be sure if you've locked the database (which you probably
have not done in such case). If you have the time too, start the primary
with --repair, otherwise continue with the old secondary (after
promoting it to master).
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
>