I recently upgraded my deployment from a 9.0.3 to 9.2.2. After the upgrade, the KV stopped working. Based on my research, i found that the kv store version reverted to version 3.6 after the upgrade causing the kvstore to fail.
"__wt_conn_compat_config, 226: Version incompatibility detected: required max of 3.0cannot be larger than saved release 3.2:"
I looked through the bin directory and found 2 versions for mongod.
1.mongod-3.6
2.mongod-4.6
3.mongodump-3.6
Will removing the mongod-3.6 and mongodump-3.6 from the bin directory resolve this issue?
still having this issue. Any help will be appreciated. Thank you