Skip to content

Commit 21e83ac

Browse files
(DOCSP-40177): Replace mongodump sharded cluster behavior with link t… (#157)
* (DOCSP-40177): Replace mongodump sharded cluster behavior with link to tutorial * fix tracking url * replace second underscore * review feedback
1 parent d6acea5 commit 21e83ac

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
ref: sharded-clusters-backup-restore-mongodump-mongorestore-restriction
22
content: |
33
4-
:binary:`~bin.mongodump` and :binary:`~bin.mongorestore`
5-
:red:`cannot` be part of a backup strategy for 4.2+ sharded clusters
6-
that have sharded transactions in progress, as backups created with
7-
:binary:`~bin.mongodump` *do not maintain* the atomicity guarantees
8-
of transactions across shards.
4+
To use :program:`mongodump` and :program:`mongorestore` as a backup
5+
strategy for sharded clusters, see :ref:`backup-sharded-dumps`.
96
10-
For 4.2+ sharded clusters with in-progress sharded transactions, use
11-
one of the following coordinated backup and restore processes which
12-
*do maintain* the atomicity guarantees of transactions across shards:
7+
Sharded clusters can also use one of the following coordinated backup
8+
and restore processes, which guarantee atomicity across shards while
9+
still accepting writes:
1310
14-
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_databasetools>`__,
11+
- `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_databasetools>`__
1512
1613
- `MongoDB Cloud Manager
17-
<https://www.mongodb.com/cloud/cloud-manager?tck=docs_databasetools>`__, or
18-
14+
<https://www.mongodb.com/cloud/cloud-manager?tck=docs_databasetools>`__
15+
1916
- `MongoDB Ops Manager
20-
<https://www.mongodb.com/products/ops-manager?tck=docs_databasetools>`__.
17+
<https://www.mongodb.com/products/ops-manager?tck=docs_databasetools>`__
2118
2219
2320
...

0 commit comments

Comments
 (0)