Skip to content

(DOCSP-10116): Add callout to online archive on mongodump/export #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/includes/fact-online-archive-callout.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
If you are archiving stale data to save on storage costs, consider
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I LGTM'd but as a thought - I wonder if we should have an extract of CTAs so we can sort of organize them all in once place.

extracts-cta.yaml or something.

:atlas:`Online Archive </online-archive/manage-online-archive>` in
`MongoDB Atlas <https://www.mongodb.com/cloud?jmp=docs>`__. Online
Archive automatically archives infrequently accessed data to
fully-managed S3 buckets for cost-effective data tiering.
6 changes: 4 additions & 2 deletions source/mongodump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ deployments.
:binary:`~bin.mongorestore` which provides the corresponding
binary data import capability.

.. note::

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

Versioning
~~~~~~~~~~

Expand Down Expand Up @@ -972,5 +976,3 @@ As an alternative, users can use :binary:`~bin.mongodump` and
<mongorestore --nsFrom>`).

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


4 changes: 4 additions & 0 deletions source/mongoexport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ or CSV export of data stored in a MongoDB instance.
:binary:`~bin.mongoimport` which provides the corresponding
structured data import capability.

.. note::

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

Versioning
~~~~~~~~~~

Expand Down