Skip to content

Commit c9c0bcd

Browse files
authored
(DOCSP-32024) Adds CTA to mongodump page (#103)
* (DOCSP-32024) Adds CTA to mongodump page * Includes tech review feedback
1 parent 0c16602 commit c9c0bcd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

source/mongodump.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@
2222
.. |tool-binary| replace:: :binary:`~bin.mongodump`
2323
.. |mongodb-aws-example| replace:: :ref:`mongodump-example-connect-using-aws-iam`
2424

25-
Synopsis
26-
--------
27-
2825
:binary:`~bin.mongodump` is a utility that creates a binary export of
29-
a database's contents.
30-
31-
:binary:`~bin.mongodump` can export data from:
26+
a database's contents. :binary:`~bin.mongodump` can export data from:
3227

3328
- Standalone deployments
3429
- Replica sets
3530
- Sharded clusters
31+
- :atlas:`Serverless instances
32+
</create-database-deployment/#serverless-instances>`
33+
34+
.. |tool-command| replace:: :binary:`~bin.mongodump`
35+
36+
.. include:: /includes/fact-migrate-atlas.rst
3637

3738
:binary:`~bin.mongodump` can connect to :binary:`~bin.mongod` and
3839
:binary:`~bin.mongos` instances.
@@ -44,9 +45,7 @@ a database's contents.
4445
:binary:`~bin.mongorestore`, which allows you to import data that was
4546
exported from :binary:`~bin.mongodump`.
4647

47-
.. note::
48-
49-
.. include:: /includes/fact-online-archive-callout.rst
48+
.. include:: /includes/fact-online-archive-callout.rst
5049

5150
Versioning
5251
~~~~~~~~~~

0 commit comments

Comments
 (0)