Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Replication Reference

On this page

  • Replication Methods in the mongo Shell
  • Replication Database Commands
  • Replica Set Reference Documentation
Name
Description
rs.add()
Adds a member to a replica set.
Adds an arbiter to a replica set.
Returns the replica set configuration document.
Prevents the current member from seeking election as primary for a period of time.
Returns basic help text for replica set functions.
Initializes a new replica set.
Prints a formatted report of the replica set status from the perspective of the primary.
Prints a formatted report of the replica set status from the perspective of the secondaries.

Deprecated since version 4.4.1: Use rs.printSecondaryReplicationInfo() instead.

Re-configures a replica set by applying a new replica set configuration object.
Remove a member from a replica set.

Allows read operations on secondary members for the MongoDB connection.

Returns a document with information about the state of the replica set.
Causes the current primary to become a secondary which forces an election.
Sets the member that this replica set member will sync from, overriding the default sync target selection logic.
Name
Description
Internal command that applies oplog entries to the current data set.
Displays information about this member's role in the replica set, including whether it is the primary.
Deprecated. Use db.hello() instead.
Forces the elected primary to abort sync (catch up) then complete the transition to primary.
Prevents the current member from seeking election as primary for a period of time.
Returns the replica set's configuration object.
Returns a document that reports on the status of the replica set.
Initializes a new replica set.
Enables or disables a maintenance mode, which puts a secondary node in a RECOVERING state.
Applies a new configuration to an existing replica set.
Dynamically resizes the oplog for a replica set member. Available for WiredTiger storage engine only.
Forces the current primary to step down and become a secondary, forcing an election.
Explicitly override the default logic for selecting a member to replicate from.
Replica Set Configuration
Complete documentation of the replica set configuration object returned by rs.conf().
Replica Set Protocol Version
Reference on the replica set protocol version.
Troubleshoot Replica Sets
Replica set trouble shooting guide.
The local Database
Complete documentation of the content of the local database that mongod instances use to support replication.
Replica Set Member States
Reference for the replica set member states.
←  Rename a Replica SetReplica Set Configuration →