Hi ,
Can I lend your helping hands here please?
I am trying to complete the course M103. I constantly failing setup mongod using configuration file as suggested in the training.
mongod.config:
storage:
dbPath: “/data/db”
systemLog:
path: “/data/log/mongo.log”
destination: “file”
replication:
replSetName: M103
net:
bindIp : localhost
port: 27000
Error:
2022-04-12T10:22:37.828+0000 F CONTROL [main] Failed global initialization: FileNotOpen: Failed to open “/data/log/mongo.log”