@@ -568,8 +568,8 @@ perform restorations.
568
568
569
569
.. _sharded-cluster-backups:
570
570
571
- Back Up Sharded Clusters
572
- ~~~~~~~~~~~~~~~~~~~~~~~~
571
+ Backup Sharded Clusters
572
+ ~~~~~~~~~~~~~~~~~~~~~~~
573
573
574
574
Sharding complicates backup operations, because it is impossible to
575
575
create a backup of a single moment in time from a distributed cluster
@@ -579,8 +579,8 @@ Depending on the size of your data, you can back up the cluster as a
579
579
whole or back up each :program:`mongod` instance. The following
580
580
section describes both procedures.
581
581
582
- Back Up the Cluster as a Whole Using ``mongodump``
583
- ``````````````````````````````````````````````````
582
+ Backup the Cluster as a Whole Using ``mongodump``
583
+ `````````````````````````````````````````````````
584
584
585
585
If your :term:`sharded cluster` comprises a small collection of data,
586
586
you can connect to a :program:`mongos` and issue the
@@ -607,7 +607,7 @@ is true:
607
607
:program:`mongodump` when dumping from a :program:`mongos`. This option is only
608
608
available when running directly against a :term:`replica set` member.
609
609
610
- Back Up from All Database Instances
610
+ Backup from All Database Instances
611
611
```````````````````````````````````
612
612
613
613
If your :term:`sharded cluster` is to large for the :program:`mongodump`
@@ -637,9 +637,9 @@ This procedure describes both approaches:
637
637
could have duplicate data or miss some data, as :term:`chunks
638
638
<chunk>` migrate while recording backups.
639
639
640
- #. Lock one member of each replica set in shard so that your backups reflect your
641
- entire database system at a single point in time. Lock all shards
642
- in as short of an interval as possible.
640
+ #. Lock one member of each replica set in each shard so that your backups reflect your
641
+ entire database system at a single point in time. Lock these
642
+ :program:`mongod` instances in as short of an interval as possible.
643
643
644
644
To lock or freeze a sharded cluster, you must:
645
645
0 commit comments