当前位置:Gxlcms > 数据库问题 > Mongo db change datadir

Mongo db change datadir

时间:2021-07-01 10:21:17 帮助过:14人阅读

To change the location used by MongoDB to store its data, you need to:

  1. Edit /etc/mongodb.conf and change the line dbpath=/var/lib/mongodb to the path that you desire, e.g. dbpath=/home/user/data/mongodb
  2. Update the permissions of your chosen path to allow the mongodb user to write to it, e.g. chown $USER -R /home/user/data/mongodb
  3. Restart the MongoDB service by running sudo service mongodb restart

Note that if you have any data in the old location that you want to keep, you‘ll need to stop the MongoDB service first, manually move the files and then start the service again.

To stop the MongoDB server use sudo service mongodb stop

Mongo db change datadir

标签:tor   god   move   store   art   ant   cat   use   mis   

人气教程排行