I have performed a
- db.fsyncLock()
- BackUp orders
- db.fsyncUnlock()
Later, I try to do some common operations in the database,like find() but it is blocked and doesn´t return anything. I have to do a restart of the mongodb to make it work again.
What I am doing wrong?