Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to downgrade from M2 to M0 mongoDB Cluster Tier

I have M2 Mongodb cluster and wanted to downgrade to M0. When I go to modify it only allows for upgrades. Is there another way to downgrade to free tier?

like image 647
Josh Avatar asked Jun 02 '20 16:06

Josh


People also ask

How do I change the cluster region in MongoDB Atlas?

Click Databases in the top-left corner of Atlas. Click the ellipses ... icon for the cluster that you want to move, then select Edit Configuration. Alternatively, if you are already viewing the specific cluster, click Configuration.

How do I change the cluster name in MongoDB?

You cannot rename the cluster but you can restore it or migrate it to a new one with the new name.

What is a cluster tier?

The cluster tier dictates the memory, storage, and IOPS specification for each data-bearing server [1] in the cluster.

How many clusters are free in MongoDB?

MongoDB free tier comes with a limit of 1 M0 cluster per atlas project.


1 Answers

You can't scale down to am M0 as the free tier uses a different shared architecture to the other clusters. However you can dump your data using mongodump and restore using mongorestore to an M0 cluster as long as it doesn't exceed the constraints of the cluster.

like image 116
Joe Drumgoole Avatar answered Oct 24 '22 04:10

Joe Drumgoole