We have been running mongod CE for years on a server. Recently, mongod was terminated by the OS because of memory issues and upon restart it gave the following error:
Upgrading from a WiredTiger version 10.0.0 database that was not shutdown cleanly is not allowed. Perform a clean shutdown on version 10.0.0 and then upgrade.
I’m not sure why this occurs. We have not recently upgraded, at least not intentionally. Is it possible we had done an apt update as part of general server maintenance and this caused it? Is there a way to figure out what mongo version we need to install to perform the clean shutdown as it suggests? Is there a way to get around this?
The current version is 4.4.9.
mongod --version
db version v4.4.9
Build Info: {
"version": "4.4.9",
"gitVersion": "b4048e19814bfebac717cf5a880076aa69aba481",
"modules": [],
"allocator": "system",
"environment": {
"distarch": "x86_64",
"target_arch": "x86_64"
}
}