Merge pull request #1610 from JonathanMH/patch-1

backup instructions for mongodb
v1.18.x
Barış Soner Uşaklı 11 years ago
commit 125b18f704

@ -78,7 +78,13 @@ All of the textual data stored in NodeBB is found in a ``.rdb`` file. On typical
Backing up MongoDB Backing up MongoDB
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
TBA To run a backup of your complete MongoDB you can simply run
mongodump
which will create a directory structure that can be restored with the `mongorestore` command.
It is recommended that you first shut down your database. On Debian / Ubuntu it's likely to be: `sudo service mongodb stop`
Backing up LevelDB Backing up LevelDB
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~

Loading…
Cancel
Save