Skip to content

Commit 5d83541

Browse files
authored
* (DOCSP-32259)(DOCSP-32262)(DOCSP-32264)(DOCSP-32265)(DOCSP-32266)(DOCSP-32293)(DOCSP-32263) Makes tools pages Atlas-centric * Includes change from tech review
1 parent 41c295a commit 5d83541

File tree

8 files changed

+38
-1
lines changed

8 files changed

+38
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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/>`__.

source/index.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ binaries:
6060
- Supports manipulating files stored in your MongoDB instance in
6161
:term:`GridFS` objects.
6262

63+
.. |tool-command| replace:: the {+dbtools+}
64+
65+
.. include:: /includes/fact-migrate-atlas.rst
66+
6367
Versioning
6468
----------
6569

source/installation/installation-linux.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The {+dbtools+} are a suite of command-line utilities for working with
1717
MongoDB. Use this guide to install the {+dbtools-short+} on the Linux
1818
platform.
1919

20+
.. |tool-command| replace:: the {+dbtools+}
21+
22+
.. include:: /includes/fact-migrate-atlas.rst
23+
2024
Versioning
2125
~~~~~~~~~~
2226

source/installation/installation-windows.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The {+dbtools+} are a suite of command-line utilities for working with
1717
MongoDB. Use this guide to install the {+dbtools-short+} on the Windows
1818
platform.
1919

20+
.. |tool-command| replace:: the {+dbtools+}
21+
22+
.. include:: /includes/fact-migrate-atlas.rst
23+
2024
Versioning
2125
~~~~~~~~~~
2226

source/installation/installation.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Installing the Database Tools
1616
-----------------------------
1717

1818
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
2026
your platform:
2127

2228
.. list-table::

source/mongoexport.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ or CSV export of data stored in a MongoDB instance.
3939

4040
.. include:: /includes/fact-online-archive-callout.rst
4141

42+
.. |tool-command| replace:: the {+dbtools+}
43+
44+
.. include:: /includes/fact-migrate-atlas.rst
45+
4246
Versioning
4347
~~~~~~~~~~
4448

source/mongoimport.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ tool.
3535
:binary:`~bin.mongoexport` which provides the corresponding
3636
structured data export capability.
3737

38+
.. |tool-command| replace:: the {+dbtools+}
39+
40+
.. include:: /includes/fact-migrate-atlas.rst
41+
3842
Versioning
3943
~~~~~~~~~~
4044

source/mongorestore.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ into a :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
3434
:binary:`~bin.mongodump` which provides the corresponding
3535
binary data export capability.
3636

37+
.. |tool-command| replace:: ``mongorestore``
38+
39+
.. include:: /includes/fact-migrate-atlas.rst
40+
3741
Versioning
3842
~~~~~~~~~~
3943

0 commit comments

Comments
 (0)