Skip to content

Commit 46b4bea

Browse files
DOCS-11360 Clarify that mongorestore does not support concurrent restoration (#128)
* DOCS-11360 Clarify that mongorestore does not support concurrent restoration * DOCS-11360 updates for TF's feedback * Update source/mongorestore.txt Co-authored-by: Nick Villahermosa <[email protected]> --------- Co-authored-by: Nick Villahermosa <[email protected]>
1 parent bfee0dc commit 46b4bea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/mongorestore.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ into a :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
3939

4040
.. seealso::
4141

42-
:binary:`~bin.mongodump` which provides the corresponding
42+
:binary:`~bin.mongodump`, which provides the corresponding
4343
binary data export capability.
4444

45+
MongoDB doesn't support running multiple ``mongorestore`` programs concurrently
46+
for the same collection.
47+
4548
.. |tool-command| replace:: ``mongorestore``
4649

4750
.. include:: /includes/fact-migrate-atlas.rst

0 commit comments

Comments
 (0)