Difference between revisions of "PEC-REP/Current/GCXIPEGuide/UpgradeRAA"
From Genesys Documentation
Line 10: | Line 10: | ||
|structuredtext=Update existing helm chart: | |structuredtext=Update existing helm chart: | ||
<source lang="bash"> | <source lang="bash"> | ||
− | helm upgrade gcxi-raa-lab helmrepo/gcxi-raa | + | helm upgrade gcxi-raa-lab helmrepo/gcxi-raa --values myvalues.yaml</source> |
− | --values myvalues.yaml</source> | ||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section |
Latest revision as of 13:45, June 7, 2022
This topic is part of the manual Genesys Customer Experience Insights Private Edition Guide for version Current of Reporting.
Contents
Learn how to upgrade, rollback, or uninstall Reporting and Analytics Aggregates (RAA)
Related documentation:
RSS:
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!