Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a step by step toturial how to move a nodebb mongodb to a new server?
And are there things i need to know?
Anyone?...
Not much to it really, just install mongodb on the new server and then use mongodump/mongorestore to move your database to the new server. https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/
@MJ said in Soms help with moving database to new server:
mongodb
https://www.simpliv.com/webdevelopment/beginner-api-development-in-node-express-es6-mongodb
Thank you, it worked