From Genesys Documentation
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
|Standalone=No
 
|Standalone=No
 
|DisplayName=Upgrade, rollback, or uninstall RAA
 
|DisplayName=Upgrade, rollback, or uninstall RAA
|Context=Learn how to upgrade, rollback or uninstall Reporting and Anlaytics Aggregates (RAA)
+
|Context=Learn how to upgrade, rollback, or uninstall Reporting and Analytics Aggregates (RAA)
 
|ComingSoon=No
 
|ComingSoon=No
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Upgrade RAA
 
|sectionHeading=Upgrade RAA
 +
|anchor=upgrade
 
|alignment=Vertical
 
|alignment=Vertical
 
|structuredtext=Update existing helm chart:
 
|structuredtext=Update existing helm chart:
 
<source lang="bash">
 
<source lang="bash">
helm upgrade gcxi-raa-lab helmrepo/gcxi-raa</code> <code class="bash plain">\
+
helm upgrade gcxi-raa-lab helmrepo/gcxi-raa --values myvalues.yaml</source>
--values myvalues.yaml</source>
 
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Rollback RAA
 
|sectionHeading=Rollback RAA
 +
|anchor=rollback
 
|alignment=Vertical
 
|alignment=Vertical
 
|structuredtext=Rollback helm chart:
 
|structuredtext=Rollback helm chart:

Latest revision as of 13:45, June 7, 2022

Difference between revisions of "PEC-REP/Current/GCXIPEGuide/UpgradeRAA"

Learn how to upgrade, rollback, or uninstall Reporting and Analytics Aggregates (RAA)

Upgrade RAA

Update existing helm chart:

helm upgrade gcxi-raa-lab helmrepo/gcxi-raa --values myvalues.yaml

Rollback RAA

Rollback helm chart:

helm rollback gcxi-raa-lab --recreate-pods

Uninstall RAA

Delete helm chart:

helm uninstal gcxi-raa-lab
Comments or questions about this documentation? Contact us for support!