Mongodb not installed

0

For some reason the server which I work has uninstalled mongodb. The bank had about 200GB of data. If I reinstall mongodb am I at risk of losing data? How can I do dump without mongodb?

    
asked by anonymous 24.02.2017 / 20:06

1 answer

-1

You gave little information in your question, but based on what is described:

  • You will not lose data if you install the database again and use the same dbpath.
  • Do the dump you mean to use mongoexport / mongodump? If so you need a running mongod to use the tools.

The question is old but I think it's worth the documentation.

    
05.04.2017 / 21:59