Difference between revisions of "TLM/Current/TLMPEGuide/Upgrade"

From Genesys Documentation
Jump to: navigation, search
(Published)
Line 3: Line 3:
 
|DisplayName=Upgrade, rollback, or uninstall Telemetry Service
 
|DisplayName=Upgrade, rollback, or uninstall Telemetry Service
 
|TocName=Upgrade, rollback, or uninstall
 
|TocName=Upgrade, rollback, or uninstall
|Context=Learn how to upgrade, rollback or uninstall Telemetry Service.
+
|Context=Learn how to upgrade, rollback, or uninstall Telemetry Service.
 
|ComingSoon=No
 
|ComingSoon=No
 
|Section={{Section
 
|Section={{Section
Line 9: Line 9:
 
|anchor=upgrade
 
|anchor=upgrade
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext=Telemetry Service supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}} to upgrade its services. To upgrade Telemetry services, first {{Link-SomewhereInThisVersion|manual=TLMPEGuide|topic=Configure|anchor=override|display text=Override the Helm chart values}}.
+
|structuredtext=Telemetry Service supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}} to upgrade its services. To upgrade Telemetry services, first {{Link-SomewhereInThisVersion|manual=TLMPEGuide|topic=Configure|anchor=override|display text=override the Helm chart values}}.
  
Next, run the following command to upgrade:<syntaxhighlight>
+
Next, run the following command to upgrade:
helm upgrade -f values.yaml telemetry-service ./tlm
+
 
</syntaxhighlight>
+
<code>helm upgrade --version <new_helm_chart_version> -f values.yaml telemetry-service ./tlm</code>
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 19: Line 19:
 
|anchor=rollback
 
|anchor=rollback
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext=To rollback Telemetry Services, you can either use the <code>helm rollback</code> command or the <code>helm upgrade</code> command and specify the previous values.
+
|structuredtext=To roll back Telemetry Services, use the <code>helm rollback</code> command:
 +
 
 +
<code>helm rollback telemetry-service</code>
  
An example using <code>helm rollback</code>:<syntaxhighlight>
+
To roll back to a specific version of Telemetry Services, you can use either the <code>helm rollback</code> command or the <code>helm upgrade</code> command.
helm rollback telemetry-service -n tlm
+
* <code>helm rollback telemetry-service <revision-number></code>
</syntaxhighlight>An example using <code>helm upgrade</code>:<syntaxhighlight>
+
* <code>helm upgrade --version <previous_version> -f previous-values.yaml telemetry-service ./tlm</code>
helm upgrade -f previous-values.yaml telemetry-service ./tlm
 
</syntaxhighlight>
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section

Revision as of 07:15, April 6, 2022

This topic is part of the manual Telemetry Service Private Edition Guide for version Current of Telemetry Service.

Learn how to upgrade, rollback, or uninstall Telemetry Service.

Upgrade Telemetry Service

Telemetry Service supports a Rolling Update strategy to upgrade its services. To upgrade Telemetry services, first override the Helm chart values.

Next, run the following command to upgrade:

helm upgrade --version <new_helm_chart_version> -f values.yaml telemetry-service ./tlm

Rollback Telemetry Service

To roll back Telemetry Services, use the helm rollback command:

helm rollback telemetry-service

To roll back to a specific version of Telemetry Services, you can use either the helm rollback command or the helm upgrade command.

  • helm rollback telemetry-service <revision-number>
  • helm upgrade --version <previous_version> -f previous-values.yaml telemetry-service ./tlm

Uninstall Telemetry Service

To uninstall the Telemetry service:

helm uninstall telemetry-service -n tlm
Retrieved from "https://all.docs.genesys.com/TLM/Current/TLMPEGuide/Upgrade (2025-06-19 19:10:06)"
Comments or questions about this documentation? Contact us for support!