I noticed that on the DO Marketplace that RocketChat is at 5.07
https://marketplace.digitalocean.com/apps/rocket-chat
I installed this via teh “Create Rocket.Chat” Droplet 1 click.
Everything seemed to work well.
When I launched my RocketChat is says I’m on version 5.06 via the Admin Info page in Rocketchat.
Deployment
Version 5.0.6
Deployment ID 7nWQCAJsN7XfZagJ7
Apps Engine Version 1.33.0
Node Version v14.19.3
Database Migration 279 (November 28, 2022 11:25 AM)
MongoDB 5.0.12 / wiredTiger (oplog Enabled)
I went to the CONSOLE in DO and ran the command rocketchatctl check-updates and it said that latest version is 5.3.3
How can I update my droplet to use the latest version?
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!
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.
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.