Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/tutorial/restore-single-shard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ manually move those chunks, as described in this procedure.
instance. See :doc:`/core/backups` for overviews of these
procedures.

#. For all chunks that migrated away from this shard, you do not need
to do anything at this time.. You do not need to delete these
#. For all chunks that migrate away from this shard, you do not need
to do anything at this time. You do not need to delete these
documents from the shard because the chunks are automatically
filtered out from queries by :program:`mongos`. You can remove
these documents from the shard if you like, at your leisure.
these documents from the shard, if you like, at your leisure.

#. For chunks that migrated to this shard since the last backup, you
must manually recover the chunks using backups of other shards, or
some other source. To determine what chunks have moved, view the
#. For chunks that migrate to this shard after the most recent backup,
you must manually recover the chunks using backups of other shards,
or some other source. To determine what chunks have moved, view the
``changelog`` collection in the :ref:`config-database`.