-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku - mLab MongoDB Add-on Discontinued #212
Comments
@Whamo12 Thanks for the information. We should migrate to MongoDB Atlas as suggested here: |
Something to bear in mind is that the Atlas M0 tier doesn't support server-side javascript (from: Atlas M0 (Free Tier)... Limitations). There's currently a NodeGoat/app/data/allocations-dao.js Line 78 in 5b6a307
EDIT: By the way, mongolab has already been removed from the addons list on the heroku dashboard. It can be added to apps using the CLI, but not the dashboard. The NodeGoat deploy button still works, despite a spurious warning that mongolab wasn't found. Ignore the warning and mongolab gets provisioned correctly. |
I've made a task list for the work to resolve this issue. Feedback is welcome on whether this is the right approach, or if I missed anything important.
These tasks can only be done by members of the core project team:
I'd be happy to make a PR for the first set of tasks (if no-one's already lined up to do it). |
Reminder: mongolab heroku addons are due to be deleted on Tuesday, November 10th. When that happens, any mLab databases still attached to a mongolab heroku addon will be deleted. Hopefully the database for http://nodegoat.herokuapp.com/ has already been detached from its addon, otherwise the app will go down when the database gets deleted on Tuesday. |
@rcowsill Thank you for staying on top of this and the PR. @Whamo12, appreciate your reporting this issue. Merged the PR. I wanted to provide default Altas DB URL for a quick start for those who don't have it or willing to create an account on Atlas. Hence restored the all.js as before except with Atlas DB URL. We can revise this logic, if any suggestions. Closing this issue. |
…ted base image for web to node:12-alpine
The mLab MongoDB Add-on will be shutting down on November 10th and may inadvertently affect the
Deploy to Heroku
functionality. The following documentation contains specific information.https://docs.mlab.com/shutdown-of-heroku-add-on/
The text was updated successfully, but these errors were encountered: