By ahonold
at the end of update process: RocketChat server not running. Cancelling
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
From the RC forums: https://forums.rocket.chat/t/upgrading-to-3-0-0/5892/4
In case anyone needs this:
How to upgrade the DigitalOcean Rocket.Chat droplet to 3.0.2
Install the droplet as usual (if you’re already using it, that’s ok too).
Upgrade the update tool:
sudo rocketchatctl upgrade-rocketchatctl
Upgrade Rocket.Chat:
sudo rocketchatctl update
The server is broken, doesn’t start, because it requires Nodejs 12.x Install it:
sudo apt-get -y update && sudo apt-get install -y curl && curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install -y nodejs
Change the path to new nodejs in the service config:
sudo nano /lib/systemd/system/rocketchat.service
In the line beginning with “ExecStart=” replace “/usr/local/bin/node” with “/usr/bin/node”
Reload the service and start the server:
sudo systemctl daemon-reload
sudo systemctl restart rocketchat.service
Check that it’s running:
sudo systemctl status rocketchat.service
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.