File tree Expand file tree Collapse file tree 8 files changed +38
-1
lines changed Expand file tree Collapse file tree 8 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ You can use |tool-command | to migrate from a self-hosted deployment
2
+ to `MongoDB Atlas <https://www.mongodb.com/docs/atlas >`__. MongoDB
3
+ Atlas is the fully managed service for MongoDB deployments in the
4
+ cloud. To learn more, see `Seed with mongorestore
5
+ <https://www.mongodb.com/docs/atlas/import/mongorestore/> `__.
6
+ To learn all the ways you can migrate to MongoDB Atlas, see
7
+ `Migrate or Import Data <https://www.mongodb.com/docs/atlas/import/ >`__.
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ binaries:
60
60
- Supports manipulating files stored in your MongoDB instance in
61
61
:term:`GridFS` objects.
62
62
63
+ .. |tool-command| replace:: the {+dbtools+}
64
+
65
+ .. include:: /includes/fact-migrate-atlas.rst
66
+
63
67
Versioning
64
68
----------
65
69
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ The {+dbtools+} are a suite of command-line utilities for working with
17
17
MongoDB. Use this guide to install the {+dbtools-short+} on the Linux
18
18
platform.
19
19
20
+ .. |tool-command| replace:: the {+dbtools+}
21
+
22
+ .. include:: /includes/fact-migrate-atlas.rst
23
+
20
24
Versioning
21
25
~~~~~~~~~~
22
26
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ The {+dbtools+} are a suite of command-line utilities for working with
17
17
MongoDB. Use this guide to install the {+dbtools-short+} on the Windows
18
18
platform.
19
19
20
+ .. |tool-command| replace:: the {+dbtools+}
21
+
22
+ .. include:: /includes/fact-migrate-atlas.rst
23
+
20
24
Versioning
21
25
~~~~~~~~~~
22
26
Original file line number Diff line number Diff line change @@ -16,7 +16,13 @@ Installing the Database Tools
16
16
-----------------------------
17
17
18
18
The {+dbtools+} are a suite of command-line utilities for working with
19
- MongoDB. Follow the guides below to install the {+dbtools-short+} on
19
+ MongoDB.
20
+
21
+ .. |tool-command| replace:: the {+dbtools+}
22
+
23
+ .. include:: /includes/fact-migrate-atlas.rst
24
+
25
+ Follow the guides below to install the {+dbtools-short+} on
20
26
your platform:
21
27
22
28
.. list-table::
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ or CSV export of data stored in a MongoDB instance.
39
39
40
40
.. include:: /includes/fact-online-archive-callout.rst
41
41
42
+ .. |tool-command| replace:: the {+dbtools+}
43
+
44
+ .. include:: /includes/fact-migrate-atlas.rst
45
+
42
46
Versioning
43
47
~~~~~~~~~~
44
48
Original file line number Diff line number Diff line change 35
35
:binary:`~bin.mongoexport` which provides the corresponding
36
36
structured data export capability.
37
37
38
+ .. |tool-command| replace:: the {+dbtools+}
39
+
40
+ .. include:: /includes/fact-migrate-atlas.rst
41
+
38
42
Versioning
39
43
~~~~~~~~~~
40
44
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ into a :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
34
34
:binary:`~bin.mongodump` which provides the corresponding
35
35
binary data export capability.
36
36
37
+ .. |tool-command| replace:: ``mongorestore``
38
+
39
+ .. include:: /includes/fact-migrate-atlas.rst
40
+
37
41
Versioning
38
42
~~~~~~~~~~
39
43
You can’t perform that action at this time.
0 commit comments