File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ content: |
82
82
- Specify the full path of the directory where the ``mongod``
83
83
process will store data files.
84
84
85
+ :gold:`IMPORTANT:` Make sure the new member's data directory does not
86
+ contain data. The new member will copy the data from an existing member.
87
+
88
+ If the new member is in a :manual:`recovering </reference/glossary/#std-term-recovering>`
89
+ state, it must exit and become a :manual:`secondary </reference/glossary/#std-term-secondary>`
90
+ before MongoDB can copy all data as part of the replication process. This process takes time
91
+ but does not require administrator intervention.
92
+
85
93
* - :guilabel:`Log File`
86
94
- Specify the location and name of the log file for the ``mongod``
87
95
process on the new host.
You can’t perform that action at this time.
0 commit comments