- Reference >
- Database Commands >
- replSetMaintenance
replSetMaintenance¶
-
replSetMaintenance¶ The
replSetMaintenanceadmin command enables or disables the maintenance mode for a secondary member of a replica set.The command has the following prototype form:
Consider the following behavior when running the
replSetMaintenancecommand:- You cannot run the command on the Primary.
- You must run the command against the
admindatabase. - When enabled
replSetMaintenance: 1, the member enters theRECOVERINGstate. While the secondary isRECOVERING:- The member is not accessible for read operations.
- The member continues to sync its oplog from the Primary.