Skip to content

Readability improvements. #876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
9 changes: 5 additions & 4 deletions source/tutorial/restore-sharded-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Overview

The procedure outlined in this document addresses how to restore an
entire sharded cluster. For information on related backup procedures
consider the following tutorials describe backup procedures in detail:
consider the following tutorials which describe backup procedures in
greater detail:

- :doc:`/tutorial/backup-sharded-cluster-with-filesystem-snapshots`
- :doc:`/tutorial/backup-sharded-cluster-with-database-dumps`
Expand Down Expand Up @@ -51,17 +52,17 @@ Procedure
the replica set or use the other standard approaches for
restoring a replica set from backup. See the
:ref:`backup-restore-snapshot` and :ref:`backup-restore-dump`
sections for details on these procedures:
sections for details on these procedures.

- Data files for each :ref:`config server <sharding-config-server>`,
if you have not already done so in the previous step.

#. Restart the all the :program:`mongos` instances.
#. Restart all the :program:`mongos` instances.

#. Restart all the :program:`mongod` instances.

#. Connect to a :program:`mongos` instance from a :program:`mongo` shell
and run use the :method:`db.printShardingStatus()` method to ensure
and run the :method:`db.printShardingStatus()` method to ensure
that the cluster is operational, as follows:

.. code-block:: javascript
Expand Down