I’m testing Graylog 5 beta and MongoDB 5.
I’m following this document to upgrade from MongoDB 4.4 to 5.0.
When starting MongoDB I’m getting an error about MongoDB 5 and higher requiring AVX CPU support. My hypervisor doesn’t pass this CPU instruction through, so I need to update my VM config.
- MongoDB 5.0 CPU Intel G4650 compatibility - #2 by Stennie - Installation & Upgrades - MongoDB Developer Community Forums
- Mongo 5.0.0 crashes but 4.4.6 works · Issue #485 · docker-library/mongo · GitHub
You may want to add a warning to Graylog’s MongoDB upgrade docs about MongoDB’s AVX requirements with the 5.x and higher releases. I can imagine people running Graylog/Mongo in virtual machines that don’t expose specific CPU instructions (like me) will need to know this.