Skip to content

Commit 9e62860

Browse files
(DOCSP-10116): Add Online Archive callout to mongodump/export
1 parent b3796a3 commit 9e62860

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
If you are archiving stale data to save on storage costs, consider
2+
:atlas:`Online Archive </online-archive/manage-online-archive>` in
3+
`MongoDB Atlas <https://www.mongodb.com/cloud?jmp=docs>`__. Online
4+
Archive automatically archives infrequently accessed data to
5+
fully-managed S3 buckets for cost-effective data tiering.

source/reference/program/mongodump.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ from either :binary:`~bin.mongod` or :binary:`~bin.mongos` instances;
3030
i.e. can export data from standalone, replica set, and sharded cluster
3131
deployments.
3232

33+
.. note::
34+
35+
.. include:: /includes/fact-online-archive-callout.rst
36+
3337
.. _mongodump-availability:
3438

3539
Availability
@@ -1002,5 +1006,3 @@ As an alternative, users can use :binary:`~bin.mongodump` and
10021006
<mongorestore --nsFrom>`).
10031007

10041008
.. include:: /includes/extracts/clone-copy-db-same-instance.rst
1005-
1006-

source/reference/program/mongoexport.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ or CSV export of data stored in a MongoDB instance.
3434
:binary:`~bin.mongoimport` which provides the corresponding "import"
3535
capability.
3636

37+
.. note::
38+
39+
.. include:: /includes/fact-online-archive-callout.rst
40+
3741
.. _mongoexport-availability:
3842

3943
Availability

0 commit comments

Comments
 (0)