slides/mongodb/repl-managing.xml
Managing a replica set
19/87
Connection String
Priorities
  • • rs.status(): Reports status of the replica set from one node's point of view
  • • rs.stepDown(secs): Request the primary to step down
  • • rs.freeze(secs): Prevents any changes to the current replica set configuration (primary/secondary status); Use during backups