Hello , How to migrate NodeBB between servers?
-
- take a database dump, and reimport it to the new server (build indices for Mongo)
- Clone repo to new server, checkout the same commit hash as old server
- Copy over package.json, config.json, and everything in public/uploads
That should be all you need...
rsync over node_modules if you really want to install to be the same.
Copyright © 2024 NodeBB | Contributors