简体   繁体   中英

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).

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.

mLab isn't the only MongoDB game in town : the ObjectRocket for MongoDB addon looks like another easy option.

Alternatively, if you prefer, you could continue to use mLab, but not via an addon. You'd just have to point your application at your separately managed mLab database.

mLab was acquired by MongoDB, its users are encouraged and will eventually need to migrate to MongoDB Atlas.

There is no add-on required to use Atlas, and Atlas provides a free tier. I am unfamiliar with mLab costs but I imagine depending on usage Atlas may be cheaper or more expensive than mLab.

You can use other hosted MongoDB services as the other answer mentions. Due to MongoDB license change to SSPL the other services are now required to negotiate individual agreements with MongoDB Inc. to offer MongoDB database as a service. Some services (eg ObjectRocket) have done this and are offering current MongoDB versions (4.4 as of this writing); others haven't and are limited to 4.0 and earlier versions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM