Move Unity Licensing Server storage to EBS
Learn how to move the Unity Licensing Server volume for version 1.4
읽는 시간 1분최근 업데이트: 8일 전
Move Unity Licensing Server storage to EBS
For version 1.4 and newer.
The Unity Licensing Server data volume () doesn't provision to EFS anymore. It now provisions on EBS block storage: , which defaults to .
licserver-datakubernetes_ebs_storage_class_namegp3Because StatefulSet volume claims are immutable, you must move the volume manually:
- If a GitOps tool such as ArgoCD manages the deployment, pause its reconciliation of the application.
license-server - Delete the StatefulSet and its
unity-licensing-servervolume claim.licserver-data-unity-licensing-server-0 - Deploy this release.
- For licensing data, do one of the following:
- Request and import a new license bundle. No data backup is required. For more information, refer to Licensing.
- To keep your existing license data instead of re-importing it, use . The script backs up the volume before the swap (
common/scripts/migrate-licserver-storage.sh) and restores it into the new one afterward (backup). The script header documents its usage.restore