We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例行检查
你的版本
问题描述, 日志截图 Waiting for MongoDB to start...
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)
部署后,Mongodb会报错,mongo版本和QNAP硬件不适配。也有一批用户使用NAS部署和提供服务,所以请适配qnap和群晖
复现步骤 docker-compose yaml文件中修改mongodb版本为4.2.2, 原来版本为5.0.8(aliyun默认),会报错。 mongod: line 19: 10 Illegal instruction exec docker-entrypoint.sh "$@" mongod: line 19: 31 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1 Waiting for MongoDB to start... Waiting for MongoDB to start... mongod: line 19: 33 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1 mongod: line 19: 35 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1 Waiting for MongoDB to start... mongod: line 19: 37 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
预期结果 mongodb无法连接,启动应用ok,登陆会报错
相关截图
The text was updated successfully, but these errors were encountered:
你用的不是新的 docker compose 吧。新的是$$@ 并且 docker compose 版本可能太低。
Sorry, something went wrong.
是的,我看到了,更新了$$,有效。版本要降到4.4,就可以了
No branches or pull requests
例行检查
你的版本
问题描述, 日志截图
Waiting for MongoDB to start...
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)
部署后,Mongodb会报错,mongo版本和QNAP硬件不适配。也有一批用户使用NAS部署和提供服务,所以请适配qnap和群晖
复现步骤
docker-compose yaml文件中修改mongodb版本为4.2.2, 原来版本为5.0.8(aliyun默认),会报错。
mongod: line 19: 10 Illegal instruction exec docker-entrypoint.sh "$@"
mongod: line 19: 31 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
Waiting for MongoDB to start...
Waiting for MongoDB to start...
mongod: line 19: 33 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
mongod: line 19: 35 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
Waiting for MongoDB to start...
mongod: line 19: 37 Illegal instruction mongo -u username -p password --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
预期结果
mongodb无法连接,启动应用ok,登陆会报错
相关截图
The text was updated successfully, but these errors were encountered: