Skip to content

DOCS-435 shut down before remove rs member #326

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

Merged
merged 1 commit into from
Oct 18, 2012
Merged
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
7 changes: 6 additions & 1 deletion source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,12 @@ For the procedure to add a member to a replica set, see
Removing Members
~~~~~~~~~~~~~~~~

You may remove a member of a replica at any time. Use the
You may remove a member of a replica at any time. You should *shut down*
the member before removing it. In versions prior to 2.2, you are
required to shut down the member. Beginning with version 2.2 you are no
longer required to shut down, but it remains good practice.

To remove a member, use the
:method:`rs.remove()` method in the :program:`mongo` shell while
connected to the current :term:`primary`. Issue the
:method:`db.isMaster()` command when connected to *any* member of the
Expand Down