Google News
logo
MongoDB - Quiz(MCQ)
________ unlocks a mongod instance to allow writes and reverses the operation of a db.fsyncLock() operation.
A)
secondary
B)
db.fsynclock()
C)
db.fsyncUnlock()
D)
db.syncUnlock()

Correct Answer :   db.fsyncUnlock()


Explanation : Typically you will use db.fsyncUnlock() following a database backup operation.

Advertisement