Linux VM
Whenever a new version of Chatwoot is released, use the following steps to upgrade your instance.To install
cwctl, refer to the Chatwoot CTL guide.If you are on an older version of Chatwoot(< 2.7), follow the manual upgrade steps if you face errors with
cwctl.Before upgrading, review the release notes for versions between your current installation and the target version. If your installation is very old, upgrade iteratively through intermediate versions instead of jumping directly to the latest release. This helps you apply required migrations and configuration changes in the expected order. Use the specific version upgrade flow when you need to stop at an intermediate Linux VM version, and test the upgrade on a staging instance first.
Docker
Update the images using the latest image from chatwoot.If your installation is very old, upgrade iteratively through intermediate Docker image tags instead of jumping directly to the latest image. Review the release notes between versions, update the image tag in your Docker Compose file for each target version, and run the database preparation step after each upgrade.
Helm(Kubernetes)
This upgrade guide is applicable for Chatwoot DigitalOcean 1-click k8s app and any other Kubernetes deployment usingcharts.
Do helm repo update and check the version of charts that is going to be installed. Helm charts follows semantic versioning and so if the MAJOR version is different from your installed version, there might be breaking changes. Please refer to the changelog before upgrading.
Heroku
- Pull the latest changes from Chatwoot github repo to your fork. Use the fetch upstream changes feature on Github.
- Deploy the latest branch to your heroku app.

