easy nodebb upgrade process
-
@charles just follow the NodeBB docs
-
@pichalite thanks! I tried that and tbh it's written as if many should understand the process.
docs really need to be more friendly to all audiences
should anyone have to guess between patch revisions or minor revisions?
then it talks about "if not upgrading between branches (ie v0.3.3 to v0.3.4)" use the git reset
is nodebb now at the patch, minor or between branches now?so should I use git fetch git checkout and git merge or should I only use git fetch git reset section?
-
I thought it was clear, but didnt work for me i upgraded, it appeared to work, but still when i go into the dashboard it says 1.0.0
-
@ViolentCrumble I'll be testing it and will let you know what works so you can also try.
-
tried commands below and works for me. Now logged in and version showing v1.0.2
git checkout v1.x.x git pull ./nodebb upgrade
-
@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?