Yes it is possible, once you restore the database and point the 4.6.1 instance to it, run ./nodebb upgrade it will run the migration scripts required to update the database to 4.6.1
post
big_steve Yes, it’s doable. You can load the 3.2.3 dump into a clean 4.6.1 install and let NodeBB handle the schema changes on startup. It will detect the older database and migrate everything automatically. Many people have moved from 3.x to 4.x using this approach, so as long as the backup is good and MongoDB 7 is configured correctly, it works fine.
all 2 comments