Closed cadecairos closed 4 years ago
mLab Shutdown docs: https://devcenter.heroku.com/changelog-items/1823
I was able to successfully migrate mozilla-foundation-talk-ihr
from mLab to ObjectRocket. OR instances are not cheap though, nearly $50/month just for the base plan. Therefore I propose (and have already done so) attaching the one $50 addon instance to all three of our talk apps, creating a new DB on the instance for each app, and migrating all the collections from each app to the new databases.
The process will need to go something like this:
MoFo_Coral_Talk
) for the target Coral Talk instancemongodump
the mongo database from mLabmongorestore
to the database on the MoFo_Coral_Talk
instance on ObjectRocket.MONGO_URI
environment variable to the ObjectRocket connection StringThe above needs to happen for the comments-mofo-org-staging
and comments-mofo-org-production
Heroku apps.
@tomusher @phildexter ^
Tom aiming to get this done between 2nd and 4th Nov.
comments-mofo-org-staging
and comments-mofo-org-production
have been migrated to the shared ObjectRocket instance. Confirmed working and have removed attached mLab instances.
comments.mozillafoundation.org uses mLab MongoDB on Heroku, which is shutting down on November 10th.