Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB hosting options now that Heroku mLab add-on is being removed

I have a service I'm hosting on Heroku right now, and I'm using the mLab add-on to ensure that the deployed version is able to write to the database etc. What can I do now? I'm confused since I received this email:

The mLab team has chosen to discontinue this add-on. The mLab MongoDB add-on will be removed from all Heroku apps on November 10, 2020. We advise you to remove the mLab MongoDB add-on yourself before September 1, 2020 via the Dashboard or the CLI.

Anyone have any words of advice? Should I get off Heroku? In case this is easier with AWS (I've never used AWS before though).

like image 962
Karan Bhasin Avatar asked Jul 12 '20 12:07

Karan Bhasin


People also ask

What happened to mLab?

In November 2018, mLab was acquired by MongoDB Inc., the maker of MongoDB. As part of this merger, we have been working with our users to migrate to MongoDB Atlas, MongoDB's next-generation Database-as-a-Service and cloud data platform.

Can I host MongoDB on Heroku?

MongoDB Atlas integrates easily with Heroku applications. All you need to do is set your Atlas cluster's connection string to a Heroku config variable.

Does mLab exist?

mLab is now part of MongoDB, Inc., the company behind the database that powers your application(s).

How do I create a database in MongoDB mLab?

Signup | mLab Cloud MongoDB HostingAfter that verify account, and go to dashboard. The MongoDB Deployments section is where you can create new databases. Then press the create new button. Pick the amazon and free option, and pick any area, doesn't matter as long it is free, and amazon.


1 Answers

Pretty straightforward comment above answered - "You do not need an addon to use Atlas. – D. SM 17 hours ago" So just go ahead with the Sandbox free tier.

like image 102
Karan Bhasin Avatar answered Nov 08 '22 17:11

Karan Bhasin