How can I tell where mongoDB is storing data? (its not in the default /data/db!)

前端 未结 12 455
北荒
北荒 2020-12-12 10:03

My host came with a mongodb instance and there is no /db directory so now I am wondering what I can do to find out where the data is actually being stored.

12条回答
  •  遥遥无期
    2020-12-12 10:28

    Found it just by poking around in /var/db. Thanks for the help though--I am sure these answers apply to other systems (e.g. Ubuntu) and will help others!

提交回复
热议问题