翻译或纠错本页面
- Reference >
- mongo Shell 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.