Upgrade to 1.16.2 issue
-
Hi,
I've been trying to upgrade one of my forums to 1.16.2 from 1.16.1 as I've always done (and already done on a separate forum a few weeks ago and is working) but it seems to be stuck at 1.16.1 on
origin/v1.16.x
on the forum I'm trying to upgrade.Is there a way I can fix this?
Git status:
On branch v1.16.x Your branch is up-to-date with 'origin/v1.16.x'. nothing to commit, working directory clean
-
@brophy what command are you using to upgrade? Try
git pull
-
@pitaj said in Upgrade to 1.16.2 issue:
@brophy what command are you using to upgrade? Try
git pull
I've tried that it returns
Already up-to-date.
I normally upgrade using the commands here:
When I check
/install/package.json
the version is "1.16.1" but my other forum its "1.16.2"Looking on github on the
v1.16.x
branch, the latest commit in the install folder isnodebb-misty chore: incrementing version number - v1.16.1
Not sure if there is an issue there?
Do you recommend I checkout the tag instead of the branch?
-
@brophy you can check out the tag but we'll probably have the branch fixed by the end of the day if you just wanna wait