File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
ref : sharded-clusters-backup-restore-mongodump-mongorestore-restriction
2
2
content : |
3
3
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`.
9
6
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 :
13
10
14
- - `MongoDB Atlas <https://www.mongodb.com/cloud/ atlas?tck=docs_databasetools>`__,
11
+ - `MongoDB Atlas <https://www.mongodb.com/atlas/database ?tck=docs_databasetools>`__
15
12
16
13
- `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
+
19
16
- `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>`__
21
18
22
19
23
20
...
You can’t perform that action at this time.
0 commit comments