Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/reference/mongorestore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ Options

.. option:: --objcheck

Forces :program:`mongorestore` to validate every object before
inserting it in the target database.
Verifies each object as a valid :term:`BSON` object before inserting
it into the target database. If the object is not a valid
:term:`BSON` object, :program:`mongorestore` will not insert the
object into the target database and stop processing.

.. option:: --filter '<JSON>'

Expand Down