I have tried running the config file with the following DB path:
dbPath: “/var/mongodb/db”
or
dbPath: “/var/mongodb/db/”
When I try it says:
“/var/mongodb/db not found., terminating”
However, if I change to “var/mongodb/db” it will work and load, but when I try to run the validation it tells me:
“You need to specify the dbPath as /var/mongodb/db.”
Really cannot figure out what I am missing here.