@julian Done
Installed 1.1.0 | Latest 1.0.12
Seems to be working.
@charles ANy ideas how to fix this?
What do you get if you type git remote -v
origin https://github.com/NodeBB/NodeBB.git (fetch)
origin https://github.com/NodeBB/NodeBB.git (push)
@charles ok removed old origin and set new origin. now it shows correctly but now it doesnt work still
I don't know enough about git to know what else to look at?
@ViolentCrumble that happened to me the last two updates. Restarted the forum from ACP, refreshed the browser, went back to ACP and it updated.
Guys,
I just upgraded from 1.0.0 to latest (Control panel told me new version 1.0.1-auto0) so I did
./nodebb stop
git fetch
git reset --hard origin/v1.x.x
./nodebb upgrade #(could take up to 5 min)
./nodebb start
Now control panel tells me I'm on V1.0.2 all is fine
@Charly86 Unless you are on the "auto" tree, v1.0.2
is the latest for v1.x.x
@rod,
thank, that's the auto tree ?
@Charly86 if your dashboard shows v1.0.2 right now then you are on the latest stable release
@charles
Perfect, thanks