@PitaJ said in Issue with Admin Panel since upgrade to 1.4.2:
@Michael-Pfaff well you need to reload nginx
That worked! Sorry I'm such a noob, @PitaJ. Very much appreciate your assistance.
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.