Skip to content
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