docs/source/guide/upgrade_enterprise.md
If you are using Label Studio Enterprise Cloud, all upgrades and updates are automatically deployed.
If you are using the on-premises version of Label Studio, you will need to take additional steps.
!!! attention "important" Before upgrading, check the release notes for any breaking changes.
If you installed Label Studio Enterprise in a Kubernetes environment, you can upgrade using Helm:
ls-values.yaml file:
global:
image:
tag: "20210914.154442-d2d1935"
helm repo update heartex
helm upgrade <RELEASE_NAME> heartex/label-studio -f ls-values.yaml
helm upgrade <RELEASE_NAME> heartex/label-studio -f ls-values.yaml --set global.image.tag=20210914.154442-d2d1935
ls-values.yaml. You must update the tag value when you upgrade or redeploy your instance to avoid version downgrades.If you installed Label Studio Enterprise through Docker, you can upgrade using the following steps:
Edit docker-compose.yaml to update the Label Studio Enterprise version.
Run Docker:
docker compose up -d
Ideally, you would complete this test on 3-4 projects, each with different labeling configurations and data types.