File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 22
22
.. |tool-binary| replace:: :binary:`~bin.mongodump`
23
23
.. |mongodb-aws-example| replace:: :ref:`mongodump-example-connect-using-aws-iam`
24
24
25
- Synopsis
26
- --------
27
-
28
25
: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:
32
27
33
28
- Standalone deployments
34
29
- Replica sets
35
30
- 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
36
37
37
38
:binary:`~bin.mongodump` can connect to :binary:`~bin.mongod` and
38
39
:binary:`~bin.mongos` instances.
@@ -44,9 +45,7 @@ a database's contents.
44
45
:binary:`~bin.mongorestore`, which allows you to import data that was
45
46
exported from :binary:`~bin.mongodump`.
46
47
47
- .. note::
48
-
49
- .. include:: /includes/fact-online-archive-callout.rst
48
+ .. include:: /includes/fact-online-archive-callout.rst
50
49
51
50
Versioning
52
51
~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments