MongoDB High Availability (Cluster)

MongoDB High Availability (Cluster)

This section covers the high-availability options available for MongoDB. It includes automated MongoDB auto-clustering and manual replica set configuration for redundancy and failover.

MongoDB High-Availability Options

MongoDB Auto-Clustering

Use the automated MongoDB clustering option when you want the platform to handle cluster creation and the related high-availability configuration.

Open MongoDB Auto-Clustering Guide →

Replica Set Manual Setup

Use the manual replica set configuration guide when you need to configure MongoDB redundancy and failover through a manually managed replica set.

Open Replica Set Manual Setup Guide →
i

Choose the required configuration method

This overview page does not contain a step-by-step cluster installation procedure. Select one of the two guides above depending on whether you want automated MongoDB clustering or manual replica set configuration.

Expected Result

You can proceed with the MongoDB high-availability approach that matches your requirements: automated auto-clustering or manual replica set setup for redundancy and failover.

Important Notes

  • This page is an overview of MongoDB high-availability options.
  • The source documentation lists two dedicated guides: MongoDB Auto-Clustering and Replica Set Manual Setup.
  • Detailed installation and configuration steps are provided on those individual pages rather than on this overview page.