OPTIONS
翻译或纠错本页面

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.

ON THIS PAGE