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.