每次重启Ubuntu服务器时,mongodb都需要我将路径分叉到mongod.conf文件为什么?

问题描述

由于某种原因,每次我通过运行以下命令重新启动服务器时,都需要派生mongod.conf:

    mongod --config /etc/mongod.conf

我可以告诉我,当我重新启动服务器并运行mongod时,我收到以下消息:

    2020-09-03T14:49:33.713+0000 I  STORAGE  [initandlisten] exception in initAndListen: NonExistentPath: Data directory /data/db not found. Create the missing directory or specify another path using (1) the --dbpath command line option,or (2) by adding the 'storage.dbPath' option in the configuration file.,terminating

是否有一种方法可以使mongodb在每次重新启动服务器时都无需“读取”配置文件即可“读取”配置文件

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)