@onur-baran Same as it ever was.... When it's ready. And hopefully not before.
Sorry, just couldn't resist. 🤡
But dinnae fash yersel... some body more knowledgeable than I will be comin' along this trail. ☮
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
?
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 finally git reset --hard HEAD
again and upgrade once more from the latest commit.
I thought minor version will be friendlier for the upgrades