Upgrading ToolJet to the LTS Version
ToolJet has released its first Long Term Support (LTS) version, which provides extended support and stability for your environments. Upgrading to this LTS version ensures you benefit from the latest features and security updates while maintaining a stable and supported environment.
Check the latest LTS Version
ToolJet will be releasing new LTS versions every 3-5 months with an end-of-life of atleast 18 months. To check the latest LTS version, visit the ToolJet Docker Hub page. The LTS tags follow a naming convention with the prefix LTS- followed by the version number, for example tooljet/tooljet:ee-lts-latest.
Prerequisites
Before starting the upgrade process, perform a comprehensive backup of your PostgreSQL instance to prevent data loss. Your backup must include both required databases:
- PG_DB (Application Database) - Contains users, apps, and configurations
- TOOLJET_DB (Internal Database) - Contains ToolJet Database feature data
Ensure both databases are included in your backup before proceeding with the upgrade.
-
ToolJet 3.0+ Requirement: Deploying ToolJet Database is mandatory from ToolJet 3.0 onwards. For information about breaking changes, see the ToolJet 3.0 Migration Guide.
-
Users on versions earlier than v2.23.0-ee2.10.2 must first upgrade to this version before proceeding to the LTS version.
Upgrade Process
The upgrade process depends on your deployment method. You can follow the upgrade process under the respective setup guides:
- Upgrade ToolJet on DigitalOcean
- Upgrade ToolJet on Docker
- Upgrade ToolJet on AWS AMI
- Upgrade ToolJet on AWS ECS
- Upgrade ToolJet on OpenShift
- Upgrade ToolJet on Helm
- Upgrade ToolJet on Kubernetes
- Upgrade ToolJet on Kubernetes(GKE)
- Upgrade ToolJet on Kubernetes(AKS)
- Upgrade ToolJet on Azure Container Apps
- Upgrade ToolJet on Google Cloud Run
Need Help?
- Reach out via our Slack Community
- Or email us at [email protected]
- Found a bug? Please report it via GitHub Issues