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 Mongoose for 7.x compatibility #1514

Open
winklerj opened this issue Jan 26, 2024 · 2 comments
Open

Upgrade Mongoose for 7.x compatibility #1514

winklerj opened this issue Jan 26, 2024 · 2 comments

Comments

@winklerj
Copy link
Contributor

winklerj commented Jan 26, 2024

Description

The current version of mongoose (6.10.3) uses the 4.14 MongoDB Node.js driver. According to the compatibility chart the current mongoose version will work with 7.x but won't support any new functionality https://www.mongodb.com/docs/drivers/node/current/compatibility/

Ideally the MongoDB driver is updated to >6.0 for continued support and compatibility

Screenshot 2024-01-26 at 10 54 50 AM

Solution Proposal

Similar to this upgrade to mongoose 6.10.3, all the mongoose dependencies will need upgraded #1470. Any incompatibilities will need fixed.

Reference: https://mongoosejs.com/docs/compatibility.html

@weberjm
Copy link
Member

weberjm commented Jan 29, 2024

Hi @winklerj, have you tested this at all on your deployments? I'm haven't gone through the potential incompatibilities yet, and haven't received an alert that Mongo Atlas is force pushing us to a new version, so trying to work out the urgency and where to pull resources from.

@winklerj
Copy link
Contributor Author

I have not tested this yet, but I received a message from Mongo Atlas on Friday that the upgrade to 7.x would happen "in February 2024" with no specific date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants