Skip to content

Commit 11843a3

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-20159 sharded clusters and file system snapshots (#559) (#595)
* DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots * DOCSP-20159-sharded-clusters-and-file-system-snapshots Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
1 parent d51c140 commit 11843a3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
In MongoDB 4.2+, you cannot use :doc:`file system snapshots
2+
</tutorial/backup-with-filesystem-snapshots>` for backups that involve
3+
transactions across shards because those backups do not maintain
4+
atomicity. Instead, use one of the following to perform the backups:
5+
6+
- `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_,
7+
8+
- `MongoDB Cloud Manager <https://docs.cloudmanager.mongodb.com/>`_, or
9+
10+
- `MongoDB Ops Manager <https://docs.opsmanager.mongodb.com/>`_.

source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ clusters in particular, see :doc:`/core/backups` and
3131
Considerations
3232
--------------
3333

34+
Transactions Across Shards
35+
~~~~~~~~~~~~~~~~~~~~~~~~~~
36+
37+
.. include:: /includes/sharded-clusters-backup-restore-file-system-snapshot-restriction.rst
38+
3439
Encrypted Storage Engine (MongoDB Enterprise Only)
3540
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3641

0 commit comments

Comments
 (0)