diff --git a/source/tutorial/resync-replica-set-member.txt b/source/tutorial/resync-replica-set-member.txt index 140cc20db15..105d82d2e84 100644 --- a/source/tutorial/resync-replica-set-member.txt +++ b/source/tutorial/resync-replica-set-member.txt @@ -79,10 +79,16 @@ perform an initial sync by restarting the instance without the contents of the method from the :binary:`~bin.mongo` shell or on Linux systems, the :option:`mongod --shutdown` option. -2. Delete all data and sub-directories from the member's - :setting:`~storage.dbPath` directory. Consider making a backup first. +2. (Optional) Make a backup of all data and sub-directories from the + member's :setting:`~storage.dbPath` directory. If a full backup is + not required, consider backing up just the ``diagnostic.data`` + directory to preserve potentially-useful troubleshooting data in the + event of an issue. See :ref:`ftdc-stub` for more information. -3. :doc:`Start the mongod process `, +3. Delete all data and sub-directories from the member's + :setting:`~storage.dbPath` directory. + +4. :doc:`Start the mongod process `, specifying :ref:`cli-mongod-replica-set` as appropriate. At this point, the :binary:`~bin.mongod` performs an initial sync. The length of