Backup
-
-
And the uploads folder. The only place NodeBB stores data is in the database and in the uploads folder.
-
Here is a Chinese vesion of how to backup MongoDB database data:
http://blog.csdn.net/gamesdev/article/details/48973499 -
Best to follow guides from Mongodb
- Copy all the files in the webroot
- Use mongodump to backup your DB: https://docs.mongodb.com/manual/reference/program/mongodump/
Almost all data is saved in the DB except uploaded files
Copyright © 2024 NodeBB | Contributors