We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93bbe commit dec8681Copy full SHA for dec8681
source/reference/mongorestore.txt
@@ -147,8 +147,10 @@ Options
147
148
.. option:: --objcheck
149
150
- Forces :program:`mongorestore` to validate every object before
151
- 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
152
+ :term:`BSON` object, :program:`mongorestore` will not insert the
153
+ object into the target database and stop processing.
154
155
.. option:: --filter '<JSON>'
156
0 commit comments