Skip to content

Commit 129e378

Browse files
authored
DOCSP-49952: Definition section (#12047)
* commit * part2 * feedback
1 parent 8f43344 commit 129e378

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

content/database-tools/source/mongorestore.txt

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,28 @@
3030

3131
This documentation is for version ``{+release+}`` of |tool-binary|.
3232

33-
Synopsis
34-
--------
33+
Definition
34+
----------
3535

3636
The ``mongorestore`` program loads data from either a binary
3737
database dump created by :binary:`~bin.mongodump` or the standard input
38-
into a :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
39-
40-
.. include:: /includes/mongodump-restore-version-link.rst
41-
42-
Run ``mongorestore`` from the system command line, not the
43-
:binary:`~bin.mongo` shell.
38+
into a :binary:`~bin.mongod` or :binary:`~bin.mongos` instance. ``mongorestore``
39+
is installed when you :ref:`install <dbtools_installation>`
40+
the MongoDB Database Tools.
4441

45-
.. seealso::
42+
.. include:: /includes/fact-migrate-atlas.rst
4643

47-
:binary:`~bin.mongodump`, which provides the corresponding
48-
binary data export capability.
44+
.. include:: /includes/mongodump-restore-version-link.rst
4945

50-
MongoDB doesn't support running multiple ``mongorestore`` programs concurrently
51-
for the same collection.
46+
``mongorestore`` has the following behaviors and limitations:
5247

53-
.. important::
48+
- You must run ``mongorestore`` from the system command line, not
49+
the `MongoDB Shell <https://www.mongodb.com/docs/mongodb-shell/>`__.
5450

55-
You can't use ``mongorestore`` with a collection that uses {+qe+}.
51+
- MongoDB doesn't support running multiple ``mongorestore`` programs
52+
concurrently for the same collection.
5653

57-
.. include:: /includes/fact-migrate-atlas.rst
54+
- You can't use ``mongorestore`` with a collection that uses {+qe+}.
5855

5956
Syntax
6057
------

0 commit comments

Comments
 (0)