I blindly updated mongo to 7.0 without any backups and without setting the feature compatibility command, and now I’m getting error 62 when trying to start.
Is there any way to fix this without deleting the /var/lib/mongodb directory (without losing the data)?
I just tried that after making the post. Started all over again following the update guide and everything worked fine.
Seems the issue was caused because of featureCompatibilityVersion set to 5.0 instead of 6.0 before upgrading. Because when I deleted the removed storage.journal.enabled config after updating to 7.0 I got the error 62.
This is just a dev server I have working as standalone, so no replicas.