docs/source/guide/decommission_minio.md
!!! warning Decommissioning Minio is a hazardous action because you may lose all your data uploaded using direct file upload. For more information or support, contact the Heartex team.
To decommission Minio, do the following:
To configure Persistent Storage, follow the instructions in Set up persistent storage.
MINIO_MIGRATION: true into global.extraEnvironmentVars section of your ls-values.yaml file:global:
extraEnvironmentVars:
MINIO_MIGRATION: true
lse-app pod:kubectl exec -ti deploy/<YOUR_RELEASE_NAME>-lse-app -c lse-app -- bash
JSON_LOG=0 python3 $LSE_DIR/label_studio_enterprise/manage.py minio-migrate
!!! warning Minio service will be deleted in the next step.
Export in your project.bucket/volume by project_id/export.!!! note For more information or support, contact the Heartex team.
ls-values.yaml file:minio:
enabled: false
Remove MINIO_MIGRATION: true from global.extraEnvironmentVars section of your ls-values.yaml file.
Redeploy a release by following steps from Upgrade Label Studio Enterprise.