|
30 | 30 |
|
31 | 31 | This documentation is for version ``{+release+}`` of |tool-binary|.
|
32 | 32 |
|
33 |
| -Synopsis |
34 |
| --------- |
| 33 | +Definition |
| 34 | +---------- |
35 | 35 |
|
36 | 36 | The ``mongorestore`` program loads data from either a binary
|
37 | 37 | 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. |
44 | 41 |
|
45 |
| -.. seealso:: |
| 42 | +.. include:: /includes/fact-migrate-atlas.rst |
46 | 43 |
|
47 |
| - :binary:`~bin.mongodump`, which provides the corresponding |
48 |
| - binary data export capability. |
| 44 | +.. include:: /includes/mongodump-restore-version-link.rst |
49 | 45 |
|
50 |
| -MongoDB doesn't support running multiple ``mongorestore`` programs concurrently |
51 |
| -for the same collection. |
| 46 | +``mongorestore`` has the following behaviors and limitations: |
52 | 47 |
|
53 |
| -.. important:: |
| 48 | +- You must run ``mongorestore`` from the system command line, not |
| 49 | + the `MongoDB Shell <https://www.mongodb.com/docs/mongodb-shell/>`__. |
54 | 50 |
|
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. |
56 | 53 |
|
57 |
| -.. include:: /includes/fact-migrate-atlas.rst |
| 54 | +- You can't use ``mongorestore`` with a collection that uses {+qe+}. |
58 | 55 |
|
59 | 56 | Syntax
|
60 | 57 | ------
|
|
0 commit comments