I tried installing the newest version on my Fedora 44 with kernel 7.0.13. I know there is a issue (#322) with the almost same name and description but i think those are two separate problems.
Steps to Reproduce
Using:
-
bin/up
Initiating Mongo replica set...
[+] up 1/1
✔ Container mongo Started
Error response from daemon: Container <container_id> is restarting, wait until the container is running
-
bin/start
[+] start 1/1
✘ Container mongo Error dependency mongo failed to start
dependency failed to start: container mongo is unhealthy
Analysis
The logs from mongodb container:
MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility with this version of MongoDB. See https://jira.mongodb.org/browse/SERVER-121912 for more information.
Solution
I've found this post (https://www.mongodb.com/community/forums/t/mongodb-8-x-and-linux-kernel-6-19/337547) on the mongodb forum indicating the fix for the issue is upgrading to version 8.0.4.
I've tried and tested it a little and it looks like it works.
I tried installing the newest version on my Fedora 44 with kernel 7.0.13. I know there is a issue (#322) with the almost same name and description but i think those are two separate problems.
Steps to Reproduce
Using:
bin/up
Initiating Mongo replica set...
[+] up 1/1
✔ Container mongo Started
Error response from daemon: Container <container_id> is restarting, wait until the container is running
bin/start
[+] start 1/1
✘ Container mongo Error dependency mongo failed to start
dependency failed to start: container mongo is unhealthy
Analysis
The logs from mongodb container:
MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility with this version of MongoDB. See https://jira.mongodb.org/browse/SERVER-121912 for more information.
Solution
I've found this post (https://www.mongodb.com/community/forums/t/mongodb-8-x-and-linux-kernel-6-19/337547) on the mongodb forum indicating the fix for the issue is upgrading to version 8.0.4.
I've tried and tested it a little and it looks like it works.