Skip to content

Commit 9fe6bb1

Browse files
author
Bob Grabar
committed
SERVER-6961 DOCS-455 minor edit
1 parent 8438d4b commit 9fe6bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/mongorestore.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ indexes on a restore. :program:`mongorestore` performs only inserts. If
1919
existing data with the same ``_id`` already exists on the database,
2020
:program:`mongorestore` will not replace it.
2121

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.
22+
The :program:`mongorestore` tool does "fire-n-forget" inserts and does
23+
not perform safe writes. Any errors that might happen during inserts are
24+
recorded only on the server logs and not reported in the tool.
2525

2626
.. include:: /includes/note-mongodump-compatibility-2.2.rst
2727

0 commit comments

Comments
 (0)