File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,6 @@ allow MongoDB to resync the data.
31
31
"Control-C" (when running :program:`mongod` in interactive mode,)
32
32
or ``kill $(pidof mongod)`` or ``kill -2 $(pidof mongod)``.
33
33
34
- .. warning:: Recovering a member of a replica set
35
-
36
- Do not use this procedure to recover a member of a :term:`replica set`.
37
- Instead you should either restore from a :doc:`backup </administration/backups>`
38
- or re-sync from an intact member of the set.
39
-
40
-
41
34
Process
42
35
-------
43
36
@@ -75,6 +68,12 @@ starting the database normally using the following procedure:
75
68
Overview
76
69
~~~~~~~~
77
70
71
+ .. warning:: Recovering a member of a replica set.
72
+
73
+ Do not use this procedure to recover a member of a :term:`replica set`.
74
+ Instead you should either restore from a :doc:`backup </administration/backups>`
75
+ or re-sync from an intact member of the set.
76
+
78
77
There are two processes to repair data files that result from an
79
78
unexpected shutdown:
80
79
You can’t perform that action at this time.
0 commit comments