How can i backup and restore nodebb forum data in openshift?
-
I am hosting my app on openshift. One of my nodebb app stopped working and i lost all the users data and everything. Anyway i can backup the forum data?
I know i can backup and restore openshift snapshots. But is there any way to save the forum database locally?
-
@Nisthar Process of creating the snapshot downloads it to local directory:
https://developers.openshift.com/en/managing-backing-up-applications.html -
If you use mongo, you can do a mongodump
If you use Redis, shut down NodeBB and redis, and the data is stored in the redis directory.
Copyright © 2024 NodeBB | Contributors