-
Notifications
You must be signed in to change notification settings - Fork 326
Important Deadline: Migrate to MongoDB Atlas #1745
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
Comments
OY!
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 ( Further down in the FAQ:
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. |
* Also add a copy of dev DB in both clean state and dirty state. No user/pass included ... currently leave that up to end collaboration since handled via environment variable. Applies to OpenUserJS#1745 OpenUserJS#37 Refs: * `mongorestore --gzip --db openuserjs_devel --archive=./dev/devDBdirty.gz` * `mongodump --gzip --db openuserjs_devel --archive=./dev/devDBclean.gz` * `CONNECT_STRING=mongodb://127.0.0.1:27017/openuserjs_devel`
* Also add a copy of dev DB in both clean state and dirty state. No user/pass included ... currently leave that up to end collaboration since handled via environment variable. Applies to #1745 #37 Refs: * `mongorestore --gzip --db openuserjs_devel --archive=./dev/devDBdirty.gz` * `mongodump --gzip --db openuserjs_devel --archive=./dev/devDBclean.gz` * `CONNECT_STRING=mongodb://127.0.0.1:27017/openuserjs_devel` Auto-merge
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. |
Add in some simple MongoDB instructions Applies to #1745
* Add another default. This is a breaking change for third-party instances so version bump Closes OpenUserJS#1745 and applies to OpenUserJS#1548 NOTE: * Issue OpenUserJS#1745 has been hung for over a year. If needed may be reopened by appropriate personnel.
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.
The text was updated successfully, but these errors were encountered: