Upgrading from 0.6 to 0.7
-
I want to migrate and run a forum on 0.7 but the import plugin actually only works on 0.6 ( on 0.7 gets stuck)
so, any way to update form 0.6 to 0.7 with same database and without losing posts and users?thank you
-
You would have to shut from stable to master. Master isn't advised to be used in production, but for testing is fine.
To change branches you would type
git checkout master
git pull
./NodeBB upgrade
npm up
You may need to disable incompatible plugins if their are any.
Copyright © 2024 NodeBB | Contributors