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

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 6: Line 6:
 
|ComingSoon=No
 
|ComingSoon=No
 
|Section={{Section
 
|Section={{Section
 +
|sectionHeading=Upgrade Telemetry Service
 +
|anchor=upgrade
 +
|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}}.
 +
 +
Next, run the following command to upgrade:<syntaxhighlight>
 +
helm upgrade -f values.yaml telemetry-service ./tlm
 +
</syntaxhighlight>
 +
|Status=No
 +
}}{{Section
 +
|sectionHeading=Rollback Telemetry Service
 +
|anchor=rollback
 +
|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.
 +
 +
An example using <code>helm rollback</code>:<syntaxhighlight>
 +
helm rollback telemetry-service -n tlm
 +
</syntaxhighlight>An example using <code>helm upgrade</code>:<syntaxhighlight>
 +
helm upgrade -f previous-values.yaml telemetry-service ./tlm
 +
</syntaxhighlight>
 +
|Status=No
 +
}}{{Section
 
|sectionHeading=Uninstall Telemetry Service
 
|sectionHeading=Uninstall Telemetry Service
 +
|anchor=uninstall
 
|alignment=Vertical
 
|alignment=Vertical
 
|structuredtext=To uninstall the Telemetry service:
 
|structuredtext=To uninstall the Telemetry service:

Revision as of 11:24, March 30, 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 -f values.yaml telemetry-service ./tlm

Rollback Telemetry Service

To rollback Telemetry Services, you can either use the helm rollback command or the helm upgrade command and specify the previous values.

An example using helm rollback:
helm rollback telemetry-service -n tlm
An example using helm upgrade:
helm upgrade -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:05:34)"
Comments or questions about this documentation? Contact us for support!