Skip to content

Commit 0fc94b7

Browse files
(DOCSP-18484): Fix confusing repl set resync step
1 parent e2abf75 commit 0fc94b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/tutorial/resync-replica-set-member.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,17 @@ perform an initial sync by restarting the instance without the contents of the
8484
method from :binary:`~bin.mongosh` or on Linux systems, the
8585
:option:`mongod --shutdown` option.
8686

87-
2. (Optional) Make a backup of all data and sub-directories from the
87+
#. (Optional) Make a backup of all data and sub-directories from the
8888
member's :setting:`~storage.dbPath` directory. If a full backup is
8989
not required, consider backing up just the ``diagnostic.data``
9090
directory to preserve potentially-useful troubleshooting data in the
9191
event of an issue. See :ref:`ftdc-stub` for more information.
9292

93-
3. Delete all data and sub-directories from the member's
93+
#. Delete all data and sub-directories from the member's
9494
:setting:`~storage.dbPath` directory.
9595

96-
4. :doc:`Start the mongod process </tutorial/manage-mongodb-processes>`,
97-
specifying :ref:`cli-mongod-replica-set` with a new
98-
:rsconf:`members[n]._id`.
96+
#. :doc:`Restart the mongod process
97+
</tutorial/manage-mongodb-processes>`.
9998

10099
At this point, the :binary:`~bin.mongod` performs an initial sync. The length of
101100
the initial sync process depends on the size of the database and the network

0 commit comments

Comments
 (0)