easy nodebb upgrade process
-
@charles Not sure what i am doing wrong, but this happens
http://i.imgur.com/MTbG0Kj.png -
@ViolentCrumble I was confused with commands too.
just use
git checkout v1.x.x
exactly as shown. do not add any numbers. after that you can use the other commands shown in my previous reply. -
@charles ok still no go. This time i used "" git checkout v1.x.x"
http://i.imgur.com/CpdDKvv.png
Is it normal that it says "Aborted" like that?
but i continued regardless
http://i.imgur.com/ilzXajY.png
but still - http://i.imgur.com/LOcqTA0.png
-
@ViolentCrumble use
./nodebb restart
and then check the version again -
@charles Whelp, now it's showing 1.0.0 and isn't showing any stats
-
@ViolentCrumble that is strange that you have
v1.0.3-auto.0
listedwhen I try
git checkout v1.x.x
I get
Already on 'v1.x.x'
Your branch is up-to-date with 'origin/v1.x.x'.
-
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
http://i.imgur.com/hZZYYsC.pngI don't know enough about git to know what else to look at?
-
@charles
EDIT: ok for some reason now it finally has loaded and seems to be working ok on 1.0.2..phew, thanks for your help @charlesOk managed to use git fetch, then had to use git pull origin master. now it finally says im on 1.0.2 buy now my dashboard doesn;t work
http://i.imgur.com/Yj149pq.png -
@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