@peaky-crowd Totally cool that you inquired here but I would hazard a guess that you may have better luck on a phpBB support board, no?
Have fun! 🐕 🌻
Hello there,
I have been using nodebb for two years. Quite stable and easy to use. Since I got more and more threads and users. I am thinking to back up the data in case any accident. In fact, I have no idea to restore the user data. Right now I only know to restore redis/dump.rdb
this file. But is it enough? Does it mean if I import redis/dump.rdb
into other entirely new server, then I got a whole forum as the old one?
Yes, the redis dump file has all the forum data including users, you also need the public/uploads folder if uploads are stored locally.
Thank you. Pretty clear.