Report this

What is the reason for this report?

app update kills droplet running "rocketchatctl update" on the provided droplet to update from 2.4.9 to 3.0.2

Posted on February 26, 2020

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Same happening to me. Any news by chance?

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

The same problem here. Has anyone found a solution?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.