-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Ubuntu >= 22.04 is unsupported when using MongoDB >= 6.0.4 #846
Ubuntu >= 22.04 is unsupported when using MongoDB >= 6.0.4 #846
Comments
please follow a proper template, either "distribution support" or "bug report". from the description and title i am not sure what issue i am looking at, the url in the error mentions usage of |
Sorry, I didn't get the option to do that because I started the issue from the source code ("Reference in new issue").
You're seeing But like I said above, I believe the issue affects Ubuntu 22.04, not just the version I'm running.
Indeed, but what if I want MongoDB => 6.0.4? It returns |
true, so basically this issue is about that versions above 2204 (like 2304 and 2404) should be clamped to workaround for now is to use the |
🎉 This issue has been resolved in version 9.1.6-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
And use proper fix
Thanks @hasezoey! the fix you pushed works for me. Should I close this issue now, or you want to keep it around until the final |
And use proper fix.
you can keep it around, it will be automatically closed once merged into master, i just wanted to confirm if i understood this issue first |
🎉 This issue has been resolved in version 9.1.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Due to:
https://github.com/nodkz/mongodb-memory-server/blob/9042eb238842fc4f66fea3c1a1c609df27164370/packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts#L564-L570
Would you accept a PR that caps the Ubuntu version at 22.04 when using >= MongoDB 6.0.4? Per https://www.mongodb.com/download-center/community/releases/archive
The text was updated successfully, but these errors were encountered: