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

前端 未结 12 454
北荒
北荒 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:25

    For windows Go inside MongoDB\Server\4.0\bin folder and open mongod.cfg file in any text editor. Then locate the line that specifies the dbPath param. The line looks something similar

    dbPath: D:\Program Files\MongoDB\Server\4.0\data

提交回复
热议问题