Skip to content
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

Upgrade bundled MongoDB to v3.2 #260

Closed
GUI opened this issue Jul 10, 2016 · 1 comment
Closed

Upgrade bundled MongoDB to v3.2 #260

GUI opened this issue Jul 10, 2016 · 1 comment

Comments

@GUI
Copy link
Member

GUI commented Jul 10, 2016

We currently bundle MongoDB 3.0 with API Umbrella's installation for general database storage. We should upgrade that version to MongoDB 3.2, which provides various improvements.

The primary prerequisite for this task is that we must first upgrade the web-app component to Rails 4.2. The older Mongo client currently used in the Rails 3.2 app is not compatible with newer versions of Mongo. This old Mongo client also leads to some strange compatibility caveats (we can't support the default Mongo 3.0+ authentication mechanism, and we're not compatible with WiredTiger storage).

@GUI
Copy link
Member Author

GUI commented Dec 8, 2016

Landed in #312

@GUI GUI closed this as completed Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant