Upgrade 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!
Copyright © 2024 NodeBB | Contributors