We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3adfd commit 2e799c2Copy full SHA for 2e799c2
source/reference/command/replSetMaintenance.txt
@@ -19,7 +19,14 @@ replSetMaintenance
19
:dbcommand:`replSetMaintenance` command:
20
21
- You cannot run the command on the Primary.
22
+
23
- You must run the command against the ``admin`` database.
- - When enabled ``replSetMaintenance: 1``, the member will change state to ``RECOVERING``.
24
25
+ - When enabled ``replSetMaintenance: 1``, the member will change
26
+ state to ``RECOVERING``. While the member is in ``RECOVERING`` state:
27
28
+ - The member is not accessible for read operations.
29
30
+ - The member continues to sync its :term:`oplog` from the Primary.
31
32
.. admin-only
0 commit comments