Jump to: navigation, search
(Changing URL from RollBack as it is specific to 57)
 
(Ready to publish for 9.0.000.80 release on Dec 21, 2020)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Rolling Back from 9.0.002.74 to 9.0.002.57==
+
=Rolling Back to 9.0.002.57=
 
 
<font color="#B24DE7"> '''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). </font>
 
  
 
Before you roll back, please invoke the following command:
 
Before you roll back, please invoke the following command:
Line 14: Line 12:
 
helm rollback gws 0 -n gws-service
 
helm rollback gws 0 -n gws-service
 
</source>
 
</source>
<font color="#B24DE7"> '''Olena's comment''': Changed the above from '<tt>helm rollback gws 0 --recreate-pods -n gws-service</tt>' per comment from Konstantin Dudinov . </font>
 
  
 
Where:
 
Where:
Line 20: Line 17:
 
* '''0''' is the option to roll back to the last successful release.
 
* '''0''' is the option to roll back to the last successful release.
 
* '''-n gws-service''' is the Kubernetes namespace name to deploy to.
 
* '''-n gws-service''' is the Kubernetes namespace name to deploy to.
 +
 +
{{NoteFormat| Occasionally, for unknown reason, roll back to 9.0.002.57 fails. In such case, you will need to install the 9.0.002.57 release if you need to roll back to it.}}
  
 
[[Category:V:HTCC:9.0.0DRAFT]]
 
[[Category:V:HTCC:9.0.0DRAFT]]

Latest revision as of 20:58, December 18, 2020

Rolling Back to 9.0.002.57

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

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.
Important
Occasionally, for unknown reason, roll back to 9.0.002.57 fails. In such case, you will need to install the 9.0.002.57 release if you need to roll back to it.
This page was last edited on December 18, 2020, at 20:58.
Comments or questions about this documentation? Contact us for support!