Report this

What is the reason for this report?

What is the default MonogoDB file location.

Posted on March 13, 2017

I upgraded ubuntu and when it rebooted mongodb was no longer running. I can start it manually I just need the location of the db files.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You need to check your MongoDB configuration file, which I’m not sure where’s located, since you haven’t listed what version of Ubuntu your upgraded from and to. Usually the database is located in /var/db/mongodb or /var/lib/mongodb

This command should list the path of the databases, if your configuration is in /etc/mongodb.conf

grep dbpath /etc/mongodb.conf

Which version of MongoDB are you running and which version of Ubuntu (both before and now)?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.