Revision as of 12:11, September 23, 2020 by Olena (talk | contribs) (Changing URL from RollBack as it is specific to 57)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Rolling Back from 9.0.002.74 to 9.0.002.57

Olena's comment: This is a copy of the DG page https://docs.genesys.com/Documentation/HTCC/9.0.0/Dep/RollingBackFrom63to57 (that page will be removed from the DG when MG is published).

Before you roll back, please invoke the following command:

helm test gws -n gws-service

Where:

  • gws is the name of deployment.
  • -n gws-service is the Kubernetes namespace name to deploy to.

Then, roll back through Helm using the following command:

helm rollback gws 0 -n gws-service

Olena's comment: Changed the above from 'helm rollback gws 0 --recreate-pods -n gws-service' per comment from Konstantin Dudinov .

Where:

  • gws is the name of deployment.
  • 0 is the option to roll back to the last successful release.
  • -n gws-service is the Kubernetes namespace name to deploy to.
Comments or questions about this documentation? Contact us for support!