-
Notifications
You must be signed in to change notification settings - Fork 394
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
MongoDB version option to mup.json #1023
base: mupx
Are you sure you want to change the base?
Conversation
mongoVersion is great but I instictivly feel the default should reference latest or current (which ever is correct/works). |
Yeah, wasn't sure what could be good default, latest or would it be good to throw error and ask user to check and define it? These 3 commits should have been only for my own fork, sorry about that. I will cleanup this mess.. Basically in this PR I propose only to have mongoVersion option, for situations when Mongo releases new breaking changes and Meteor is not yet ready for that. |
Well yes mine I called mupz. I would do it in the new kadirahq version because there's no point to add PRs to a depreciated version that the devs basically don't monitor. I just take the time to break the bad news to people so you'really not left wondering and waiting. |
Proposed changes
@arunoda please review, this would help to choose sysadmin to choose compatible DB version, MDG does not have yet driver for latest 3.2
Thanks for awesome tool for Meteor deployments!