Upgrade for dummies?

Technical Support
  • 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

  • @Phate

    Seems like extra commands. I got help in this post, tested it and works for me
    https://community.nodebb.org/topic/8285/easy-nodebb-upgrade-process


Suggested Topics


  • 0 Votes
    9 Posts
    823 Views
  • 0 Votes
    4 Posts
    525 Views
  • 0 Votes
    6 Posts
    1377 Views
  • 0 Votes
    3 Posts
    1229 Views
  • 0 Votes
    2 Posts
    1570 Views