Skip to content

Commit 3653829

Browse files
author
Sam Kleinman
committed
minor: correcting faulty titles
1 parent 047d3be commit 3653829

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/administration/backups.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ perform restorations.
568568

569569
.. _sharded-cluster-backups:
570570

571-
Back Up Sharded Clusters
572-
~~~~~~~~~~~~~~~~~~~~~~~~
571+
Backup Sharded Clusters
572+
~~~~~~~~~~~~~~~~~~~~~~~
573573

574574
Sharding complicates backup operations, because it is impossible to
575575
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
579579
whole or back up each :program:`mongod` instance. The following
580580
section describes both procedures.
581581

582-
Back Up the Cluster as a Whole Using ``mongodump``
583-
``````````````````````````````````````````````````
582+
Backup the Cluster as a Whole Using ``mongodump``
583+
`````````````````````````````````````````````````
584584

585585
If your :term:`sharded cluster` comprises a small collection of data,
586586
you can connect to a :program:`mongos` and issue the
@@ -607,7 +607,7 @@ is true:
607607
:program:`mongodump` when dumping from a :program:`mongos`. This option is only
608608
available when running directly against a :term:`replica set` member.
609609

610-
Back Up from All Database Instances
610+
Backup from All Database Instances
611611
```````````````````````````````````
612612

613613
If your :term:`sharded cluster` is to large for the :program:`mongodump`
@@ -637,9 +637,9 @@ This procedure describes both approaches:
637637
could have duplicate data or miss some data, as :term:`chunks
638638
<chunk>` migrate while recording backups.
639639

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.
643643

644644
To lock or freeze a sharded cluster, you must:
645645

0 commit comments

Comments
 (0)