Hello,
I have a problem with a MongoDB instance that one of its wt files have gone corrupted.
Following suggestions I tried using the mongod --repair mode, however it fails on an error saying “Invalid access at address” and then reached segmentation fault with code 11.
Is there any way of returning from this point? Aborting the repair process?
Additionally, is there any way of just removing the wt file from the database data directory and get all the other collections to work?
Thank you!