Skip to content

Commit 2e799c2

Browse files
committed
DOCS-518 document replSetMaintenance command
1 parent 2d3adfd commit 2e799c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/reference/command/replSetMaintenance.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ replSetMaintenance
1919
:dbcommand:`replSetMaintenance` command:
2020

2121
- You cannot run the command on the Primary.
22+
2223
- You must run the command against the ``admin`` database.
23-
- 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.
2431

2532
.. admin-only

0 commit comments

Comments
 (0)