File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,17 @@ perform an initial sync by restarting the instance without the contents of the
84
84
method from :binary:`~bin.mongosh` or on Linux systems, the
85
85
:option:`mongod --shutdown` option.
86
86
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
88
88
member's :setting:`~storage.dbPath` directory. If a full backup is
89
89
not required, consider backing up just the ``diagnostic.data``
90
90
directory to preserve potentially-useful troubleshooting data in the
91
91
event of an issue. See :ref:`ftdc-stub` for more information.
92
92
93
- 3 . Delete all data and sub-directories from the member's
93
+ # . Delete all data and sub-directories from the member's
94
94
:setting:`~storage.dbPath` directory.
95
95
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>`.
99
98
100
99
At this point, the :binary:`~bin.mongod` performs an initial sync. The length of
101
100
the initial sync process depends on the size of the database and the network
You can’t perform that action at this time.
0 commit comments