Upgrade for dummies?
-
I pulled this script from somewhere on here and have been using it ever since.
(how to format below correctly on here?)
git fetch; git pull, npm i; ./nodebb upgrade; git checkout v0.9.x; git pull; npm install; ./nodebb stop; ./nodebb upgrade; ./nodebb start; ./nodebb log
I modified the script with v1.x.x instead and the upgrade from 9.3 to almost the newest version went smooth. Except emoji.
git fetch; git pull, npm i; ./nodebb upgrade; git checkout v1.x.x; git pull; npm install; ./nodebb stop; ./nodebb upgrade; ./nodebb start; ./nodebb log
I have rolled back to 9.3 until I have time to sort out emoji situation. Tried all the suggestions I've found so far.
My question is....
Is this script ok to be using. Anyone see issues with it? Correct branch etc?
Cheers