Closed Martii closed 2 years ago
OY!
Since mLab is in the process of sunsetting its service, if you want to upgrade your existing mLab Sandbox database, you’ll need to migrate to one of the Atlas for-pay clusters: * FAQ entry.
If it is pay for a sandbox we'll need to see the pricing difference between hosting it via a secure VPS droplet and a WiredTiger space. This was mentioned, buried, back in #1548 Cha-ching! ... or just running MongoDB locally and lose dev collaboration is another option. Perhaps having a downloadable gzip archive here on GH for import (mongorestore
). Performed an archive import (export from mLabs) using mongodump -h ds131963.mlab.com:31963 -d openuserjs_devel -u dev -p oujs123 --gzip --archive=~/tmp/mLabDevDB.gz
to production so we have a recent snapshot (credentials are public for dev so not clipped). Will keep a copy myself of this ~135.6 KiB archive.
Further down in the FAQ:
If you have multiple mLab Sandbox databases that you would like to migrate to Atlas, note that:
(1) There is a limit of one Atlas free-tier cluster (M0) per Atlas project.
This is why I said "If" above... this will make it difficult perhaps to migrate those to newer MongoDB versions... would have to be in an Atlas account to see how that part works.
@sizzlemctwizzle
Beyond expired...
MongoDB connection is disconnected
MongoDB connection error
Authentication failed.
Terminating app
If Atlas isn't used then the docs (and code) need to be updated to instruct using (local) MongoDB only. A copy of the dev DB (dirty) is in the dev folder of GH here.
Received this today about mLabs. I'll look it over but mostly likely @sizzlemctwizzle will need to do this especially if development is to continue. I'd rather not lose the dev database entries as I use it to test changes to make sure things don't break. Since I took production away from there some time ago there is no need to modify production mongoDB.