Recovery mongodb from broken mongodb application

Hi all,

Have an issue with mongodb app after rebooting server by increasing resources, such as cpu/ram increasing.(Not on docker or VM, app installed on server)

After reboot mongodb app stopped working. From logs I found error like /tmp/mongodb-27017.sock: Bad file descriptor.
Before rebooting mongodb app port was a different. It was changed to default one.

Tried several approaches, like:
a configuring dbPath=/data/db file and config files.
tried to copy WT collections into default database path, but not success.

“Has your issue been resolved? I am also facing the same problem as you.”