MongoDB is the recommended data store.
For development I use redis because it is just easier for me to use (e.g. zrange sortedSet 0 -1 vs db.objects.find({ _key: "sortedSet" }).pretty();)
All three are supported by the NodeBB team π
Hello there,
I'm new with NodeBB but I'm really happy with it
Recenty I have install NodeBB and made some customization in my development server
Now it's ready to live and time to migrate NodeBB installation to my main server
How to migrate NodeBB installation in a correct way?
Should I reinstall NodeBB again from scratch?
Thank you so much for your help
@Nifty nope..only some style & template customization, I'm not modify anything on the database
however it already has several discussion which I also want to migrate
PS:
I never had experience with Node.js based platform like NodeBB before
Previously I always work with PHP & MySQL based platform which quite easy to migrate by copying the file and import the database on the new server