Skip to content
Merged
Changes from 2 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
4 changes: 2 additions & 2 deletions source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Procedures
Adding Members
~~~~~~~~~~~~~~

From to time, you may need to add an additional member to an existing
From time to time, you may need to add an additional member to an existing
:term:`replica set`. The data directory for the new member can:

- have no data. In this case, MongoDB must copy all data as part of
Expand All @@ -43,7 +43,7 @@ From to time, you may need to add an additional member to an existing
member. This process can be time intensive, but does not require
administrator intervention.

- copy the data directory from an existing member. The new member
- copy the :term:`data <dbpath> directory` from an existing member. The new member
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this won't do what you want it to.

becomes a secondary, and will catch up to the current state of the
replica set after a short interval. Copying the data over manually,
shortens the amount of time it takes for the new member to become
Expand Down