How to upgrade a cluster in Mongo with the creation of a replica without losing data while moving between the clusters. any downtime while upgrade? any data loss while upgrade? kindly guide for cluster upgrade thanks
Where are you running the Replica set? Self-hosted, or in MongoDB Atlas, or someplace else?
Also, please provide information on the versions of MongoDB you’re currently running… and the target version you wish to upgrade to.
running in mongoDB Atlas currently we using free version(8.0.5). Now we want to upgrade to M10 configuration.
Scaling up to an m10 from an m0 is relatively straight forward… here are the docs: https://www.mongodb.com/docs/atlas/scale-cluster/ and https://www.mongodb.com/docs/atlas/scale-cluster/#std-label-scale-cluster-instance specifically…
You’ll essentially visit your MongoDB Atlas UI console and click Modify cluster. Select a new tier (m10). MongoDB atlas will deploy a new m10 instance in the background and migrate your data from your m0 instance to the newly deployed m10 instance.
Hope this helps… let us know how you make out.
New & Unread Topics
Topic | Replies | Views | Activity |
---|---|---|---|
PIPES: Build Dynamic Path | 0 | 368 | May 2024 |
Connecting MongoDB Atlas & GCP virtual machine through private endpoint fails. | 0 | 481 | Jun 2024 |
Ensure only a certain number of documents for each ciriteria in a collection | 2 | 267 | Jun 2024 |
Node driver IAM auth via short-term credentials | 0 | 69 | Sep 2024 |
Java connectivity to Atlas Dedicated Cluster fails | 0 | 28 | Oct 2024 |