We haven't released a new RC but there are some small fixes in harmony and core since the last rc. If you want to grab those you can update core and run upgrade. On develop branch.
./nodebb stop git pull ./nodebb upgrade ./nodebb startUpgrade v1.0.2 to v1.4.2
-
I'm doing something wrong, or an error is correct?
11/1 21:56:05 [67685] - info: Beginning database schema update 11/1 21:56:05 [67685] - error: [upgrade] NodeBB upgrade could not complete, as your database schema is too far out of date. 11/1 21:56:05 [67685] - error: [upgrade] Please ensure that you did not skip any minor version upgrades.
Do I need to pull every minor version and run
./nodebb upgrade
? -
@Nicolas yep
-
You'll likely have to check out an earlier tag from git... going from v1.0.2 to v1.4.2? Yikes, what a jump!
From git, try
git checkout v1.1.0
, does that work? Upgrade.Then repeat, substituting
v1.2.0
, then v1.3.0, and then finallygit reset --hard HEAD
again and upgrade once more from the latest commit. -
I thought minor version will be friendlier for the upgrades
-
This post is deleted!
-
This post is deleted!