- Reference >
- mongo Shell Methods >
- Database Methods >
- db.fsyncUnlock()
db.fsyncUnlock()¶
- db.fsyncUnlock()¶
Unlocks a mongod instance to allow writes and reverses the operation of a db.fsyncLock() operation. Typically you will use db.fsyncUnlock() following a database backup operation.
db.fsyncUnlock() is an administrative command.