Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good day, Could someone lay out the steps to upgrade from v0.7.3. to 0.8.0 I've got the hang of going up points but not to next full point. Tried to follow the steps in documentation but says can not merge (when up to the merge part)
never mind, got it going
I do this...
./nodebb stop; git fetch; git checkout v0.8.0; git pull; npm install; ./nodebb upgrade; ./nodebb start; ./nodebb log
The master branch has been fixed. No need for checkout v0.8.
We may just end up re-releasing 0.8.0 if the launched version is really not working too well.