Hi I have ubuntu 24.04 installed and mongodb built : db version v7.0.11
Build Info: {
“version”: “7.0.11”,
“gitVersion”: “f451220f0df2b9dfe073f1521837f8ec5c208a8c”,
“openSSLVersion”: “OpenSSL 3.0.2 15 Mar 2022”,
“modules”: ,
“allocator”: “tcmalloc”,
“environment”: {
“distmod”: “ubuntu2204”,
“distarch”: “x86_64”,
“target_arch”: “x86_64”
}
}
I am trying to setup a replica set with two nodes (one Linux Mint and One ubuntu 24.04), and when i start mongod after providing configurations (mongod.conf) on both nodes. The mongod service keeps failing with the error: :“Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade.”
I am unable to fix this error and not sure if this could be due to my local OS. Please help me understand as I am new to using Mongodb community edition