@Flengo Seems like you are using the slick theme? Can you try on persona and see if it works?
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?
-
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.