Difference between revisions of "PEC-REP/Current/PulsePEGuide/Upgrade"
From Genesys Documentation
(Published) |
|||
Line 21: | Line 21: | ||
|structuredtext====Delete ConfigMaps and Secrets=== | |structuredtext====Delete ConfigMaps and Secrets=== | ||
− | + | #delete pulse-postgres-configmap configmap <source lang="text"> | |
− | oc delete configmap pulse-postgres-configmap - | + | oc delete configmap pulse-postgres-configmap -n="pulse"</source> |
− | + | #delete pulse-redis-configmap configmap <source lang="text"> | |
− | + | oc delete configmap pulse-redis-configmap -n="pulse"</source> | |
− | oc delete configmap pulse- | + | #delete pulse-postgres-secret secret <source lang="text"> |
− | + | oc delete secret pulse-postgres-secret -n="pulse"</source> | |
− | + | #delete pulse-redis-secret secret <source lang="text"> | |
− | oc delete secret pulse-postgres-secret - | + | oc delete secret pulse-redis-secret -n="pulse"</source> |
− | + | #delete pulse-gws-secret secret <source lang="text"> | |
− | + | oc delete secret pulse-gws-secret -n="pulse"</source> | |
− | oc delete secret pulse-redis-secret - | ||
− | |||
− | |||
− | oc delete secret pulse-gws-secret - | ||
===Uninstall Helm charts=== | ===Uninstall Helm charts=== | ||
− | + | #Uninstall init chart: | |
− | + | #:<source lang="bash">helm uninstall pulse-init --namespace=pulse</source> | |
− | helm uninstall init --namespace= | + | #Uninstall pulse chart |
− | + | #:<source lang="bash">helm uninstall pulse --namespace=pulse</source> | |
− | + | #Uninstall init-tenant chart: | |
− | helm uninstall pulse --namespace= | + | #:<source lang="bash">helm uninstall pulse-init-tenant-<tenant-sid> --namespace=pulse</source> |
− | + | #Uninstall dcu chart: | |
− | + | #:<source lang="bash">helm uninstall pulse-dcu-<tenant-sid> --namespace=pulse</source> | |
− | helm uninstall | + | #Uninstall lds chart: |
− | + | #:<source lang="bash">helm uninstall pulse-lds-<tenant-sid> --namespace=pulse</source> | |
− | + | #:<source lang="bash">helm uninstall pulse-lds-vq-<tenant-sid> --namespace=pulse</source> | |
− | helm uninstall | + | #Uninstall permissions chart: |
− | + | #:<source lang="bash">helm uninstall pulse-permissions-<tenant-sid> --namespace=pulse</source> | |
− | |||
− | helm uninstall | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Status=No | |Status=No | ||
}} | }} | ||
|PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2 | |PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2 | ||
}} | }} |
Revision as of 19:15, March 30, 2022
This topic is part of the manual Genesys Pulse Private Edition Guide for version Current of Reporting.
Contents
Learn how to upgrade, rollback or uninstall Genesys Pulse. Service supports Helm rolling upgrade strategy.
Related documentation:
RSS:
Upgrade Genesys Pulse
Upgrade <image-version> and <chart-versions> inputs and follow instructions for installing helm charts in Shared Provisioning and Tenant Provisioning.
Rollback Genesys Pulse
Downgrade <image-version> and <chart-versions> inputs and follow instructions for installing helm charts in Shared Provisioning and Tenant Provisioning.
Uninstall Genesys Pulse
Delete ConfigMaps and Secrets
- delete pulse-postgres-configmap configmap
oc delete configmap pulse-postgres-configmap -n="pulse"
- delete pulse-redis-configmap configmap
oc delete configmap pulse-redis-configmap -n="pulse"
- delete pulse-postgres-secret secret
oc delete secret pulse-postgres-secret -n="pulse"
- delete pulse-redis-secret secret
oc delete secret pulse-redis-secret -n="pulse"
- delete pulse-gws-secret secret
oc delete secret pulse-gws-secret -n="pulse"
Uninstall Helm charts
- Uninstall init chart:
helm uninstall pulse-init --namespace=pulse
- Uninstall pulse chart
helm uninstall pulse --namespace=pulse
- Uninstall init-tenant chart:
helm uninstall pulse-init-tenant-<tenant-sid> --namespace=pulse
- Uninstall dcu chart:
helm uninstall pulse-dcu-<tenant-sid> --namespace=pulse
- Uninstall lds chart:
helm uninstall pulse-lds-<tenant-sid> --namespace=pulse
helm uninstall pulse-lds-vq-<tenant-sid> --namespace=pulse
- Uninstall permissions chart:
helm uninstall pulse-permissions-<tenant-sid> --namespace=pulse
Comments or questions about this documentation? Contact us for support!