Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Manual
/ / /

applyOps

applyOps

Applies specified oplog entries to a mongod instance. The applyOps command is an internal command.

Warning

This command obtains a global write lock and will block other operations until it has completed.

If the specified oplog entries contain collection UUIDs, executing this command requires both the useUUID and forceUUID privileges on the cluster resource to which the oplog entries are attempting to be written.

Back

appendOplogNote

On this page