Skip to content

Commit 2882708

Browse files
DOCSP-33391 Sharded Backup with Filesystem Snapshot (#5553)
* DOCSP-33391 Fixes filesystem snapshot text * Adds step to find a backup window * Reworks procedure for filesystem snapshot * Refactors filesystem backup * removes deprecated YAML * fixes build error * fixes build error * Fixes per Ian * Fixes per Ashley Co-authored-by: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com> * Fixes per Ashley * Fixes per Ashley * Fixes build issues * Fixes per Nandini * Fixes per Nandini * Fixes spacing issue * Vale checks --------- Co-authored-by: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com>
1 parent 9b92791 commit 2882708

4 files changed

+189
-231
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. important::
1+
.. important::
22

3-
To capture a consistent backup from a sharded
4-
cluster you **must** stop *all* writes to the cluster.
3+
To back up a sharded cluster you **must** stop *all* writes to the cluster.

source/includes/sharded-clusters-backup-restore-file-system-snapshot-restriction.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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:
1+
To take a backup with a file system snapshot, you must first stop the balancer,
2+
stop writes, and stop any schema transformation operations on the cluster.
3+
4+
MongoDB provides backup and restore operations that can run with the balancer
5+
and running transactions through the following services:
56

67
- `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_
78

source/includes/steps-backup-sharded-cluster-with-snapshots.yaml

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)