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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hi @c0a35a520ad745a68caf5e86d2a69,
Usually you can update Rocket.Chat server pretty easily.
sudo systemctl stop rocketchat
- sudo rm -rf /opt/Rocket.Chat
- sudo apt-get install -y build-essential graphicsmagick
- curl -L https://releases.rocket.chat/latest/download -o /tmp/rocket.chat.tgz
- tar -xzf /tmp/rocket.chat.tgz -C /tmp
- cd /tmp/bundle/programs/server && npm install
- sudo mv /tmp/bundle /opt/Rocket.Chat
- sudo chown -R rocketchat:rocketchat /opt/Rocket.Chat
- sudo systemctl start rocketchat
More about that here:
https://docs.rocket.chat/deploy/updating-rocket.chat
In the above you can see how to update your RocketChat using **Docker **or with SNAP.
Additionally, just to be sure create a snapshot before the Upgrade process in case something breaks.