79516450

Date: 2025-03-18 06:22:33
Score: 0.5
Natty:
Report link

The idea is in the link below: https://www.mongodb.com/community/forums/t/mongo-v6-0-0-immediately-exits-with-featurecompatibilityversion-error/181080/4?u=mohammed_khateeb_kamran

Quoting it here:

If you want to save your data, you can fix this, by downloading the compressed archive of 7.0.x and extract it. From this extracted folder you can run ./bin/mongod --dbpath <current database path>. Connect to this instance with mongosh and run db.adminCommand( { setFeatureCompatibilityVersion: "7.0" } ). This will change the FCV for you. You can then exit mongosh and then shutdown the mongod instance and finally start your version 8.0.0 server. You will want to change the FCV here as well to be 7.0.

Reasons:
  • Blacklisted phrase (1): the link below
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: khateeb