-
Notifications
You must be signed in to change notification settings - Fork 2k
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 mongodb package to v4.8 in sails-mongo #7238
Comments
@gitcommitshow Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
I cloned the latest sails-mongo (2.0.0) repo. Upgraded the mongodb package to
Can someone help figuring this out? |
Hey @gitcommitshow I already started work on making the migration to the latest mongodb driver/server. The error you mention is due to the fact that we are currently expecting some properties that were previously being sent when a record is created but it's no longer sent. |
Hey @gitcommitshow, I'll be closing this issue as this PR has implemented the upgrade and it has been merged. Thank you for waiting on this 💙 Also you can check here for the upgrade information. 👇🏾 |
Node version: 12.x
DB adapter & version : sails-mongo@2.0.0
In order to use mongodb server v4.4 and later, we need to upgrade mongodb package version to v4.8 in sails-mongo, because current sails-mongo has mongodb package v3.5 which is not compatible with mongodb server v4.4 (as per mongodb compatibility table).
The text was updated successfully, but these errors were encountered: