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 8438d4b commit 9fe6bb1Copy full SHA for 9fe6bb1
source/reference/mongorestore.txt
@@ -19,9 +19,9 @@ indexes on a restore. :program:`mongorestore` performs only inserts. If
19
existing data with the same ``_id`` already exists on the database,
20
:program:`mongorestore` will not replace it.
21
22
-The :program:`mongorestore` tool does "fire-n-forget" writes. This means
23
-that any errors that might happen during inserts are recorded only on
24
-the server logs and not reported in the tool.
+The :program:`mongorestore` tool does "fire-n-forget" inserts and does
+not perform safe writes. Any errors that might happen during inserts are
+recorded only on the server logs and not reported in the tool.
25
26
.. include:: /includes/note-mongodump-compatibility-2.2.rst
27
0 commit comments