-
Notifications
You must be signed in to change notification settings - Fork 14
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
Enceladus to run with new, supported version of MongoDB #2219
Comments
new version of embeded mongo db gadget
little discrepancy of behavior after passing v4.4 (unit test is kinda testing that functionality available since this version is ignored) no update to driver seems to work with version 8.0 - just upgrading of database itself needs to be done in steps unit tests / integration tests (apart from 4.4 discrepancy on report during DELETE as what is still using the item) / light manual testing seemed to work in 8.0 as well as in 4.0 |
Each step:
Migration guide:
|
These are for stand-alone, for replica set: there are similar pages (so maybe follow these instead) upgrade mongo to 4.2.25
upgrade mongo to 4.4.29
upgrade mongo to 5.0.30
upgrade mongo to 6.0.19
upgrade mongo to 7.0.15
upgrade mongo to 8.0.3
|
Background
The MongoDb Enceladus relies on has finished support cycle. There's a need to upgrade.
Questions To Answer
Desired Outcome
Enceladus able to run with a fresh version of MongoDB
Tasks
The text was updated successfully, but these errors were encountered: