Updating Rocket.Chat
Last updated
Last updated
Keeping your Rocket.Chat installation up-to-date is essential to ensure that you have access to the latest features, bug fixes, and security enhancements. This guide will walk you through the process of updating Rocket.Chat across various deployment methods.
To prepare for a successful Rocket.Chat update, it's vital to adhere to specific guidelines. Start by thoroughly understanding the System Requirements and carefully reading the release notes specific to your target version.
Backup your data
Always perform a full backup of your Rocket.Chat instance, including the database and any custom configurations. This ensures that you can revert to a working state in case of any issues during the update.
Avoid skipping major versions
When you update from one major version to another, it is important to follow a sequential path and not skip any intermediate major versions. This is because each major version is a significant change, and skipping intermediate versions can lead to compatibility problems or unexpected behavior.
For example, if you are update your workspace from version 1.x.x to version 4.x.x, you should follow this path: 1.x.x -> 2.x.x -> 3.x.x -> 4.x.x.
We recommend that you update to the latest version of the next release from your current version. Here is the recommended path:
Skipping intermediate major versions, such as updating directly from 1.x.x to 4.x.x, can lead to problems because the software in 4.x.x may not be compatible with the data or settings that you have in 1.x.x.
Updating your Rocket.Chat workspace to a new version involves several steps, which can vary depending on the deployment method you're using.
If you deployed your workspace with Docker, follow the update Rocket.Chat on docker guide.
If you deployed your workspace with Snaps, see the update Rocket.Chat on snaps guide.
If you deployed your workspace following the manual installations, continue with the following steps:
Manual installation includes Rocket.Chat deployment on CentOS and Debian distributions.
To update the Rocket.Chat server deployed via manual installation,
Stop Rocket.Chat service:
Remove the installation folder, usually in /opt
Ensure you have the needed build packages for Debian.
Update the node version required by Rocket.Chat. Check the release notes for the supported engine versions for MongoDB and NodeJs, and install as recommended.
Download the latest version of Rocket.Chat:
Install it and set the proper permissions to Rocket.Chat folder with these commands:
Start the Rocket.Chat service:
Refer to and learn more about the supported MongoDB versions for your Rocket.Chat workspace and how to update.