Skip to content

Commit 0565bdd

Browse files
author
Sam Kleinman
committed
DOCS-385 meld version
1 parent 47fd243 commit 0565bdd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source/tutorial/recover-data-following-unexpected-shutdown.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ allow MongoDB to resync the data.
3131
"Control-C" (when running :program:`mongod` in interactive mode,)
3232
or ``kill $(pidof mongod)`` or ``kill -2 $(pidof mongod)``.
3333

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-
4134
Process
4235
-------
4336

@@ -75,6 +68,12 @@ starting the database normally using the following procedure:
7568
Overview
7669
~~~~~~~~
7770

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+
7877
There are two processes to repair data files that result from an
7978
unexpected shutdown:
8079

0 commit comments

Comments
 (0)