You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bjornmonnens
changed the title
Running on linux VM
Running on linux VM - Mongo not starting
Feb 17, 2024
bjornmonnens
changed the title
Running on linux VM - Mongo not starting
Running on linux VM - Mongo not starting - MongoDB 5.0+ requires a CPU with AVX support
Feb 17, 2024
The docker compose is working as expected. However because my host itself is a VM, I get following ERRORS:
WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
see https://jira.mongodb.org/browse/SERVER-54407
see also https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
see also docker-library/mongo#485 (comment)
This results in the mongo container not running. Can you maybe build the mongo image from version 4 -> mongo:4.4.18 (https://stackoverflow.com/questions/70818543/mongo-db-deployment-not-working-in-kubernetes-because-processor-doesnt-have-avx)
The error i receive in the frontend is the same as #236 , so that might be related ...
The text was updated successfully, but these errors were encountered: