What is the recommended method of upgrading to 3.0.0? I’m running 2.4.7 on a DigitalOcean pre-made droplet (which features Ubuntu 18.04 LTS) and I’m a little discouraged that “rocketchatctrl update” breaks the installation. Until I’ve tried it, I was convinced that it was a tested and safe method of upgrading, but it broke the Rocket Chat server by upgrading it while leaving nodejs at version 8…, while it requires nodejs 12…
Manually installing nodejs v. 12 from a repo described in the Rocket.Chat manual for Ubuntu installation doesn’t solve the problem, because nodejs from this repo gets installed in /usr/bin/node, while RocketChat expects it in /usr/local/bin/node.
So… how did you manage to upgrade to 3.0.0?