Breadcrumbs

Upgrade Guide CX-4.5.6 to CX-4.5.7

Before proceeding with the upgrade, ensure that the system is in idle state, with all agents logged out from the agent desk.

  1. Stop core components

    # Navigate to the following folder of the existing release i.e. CX-4.5.6
    cd cim-solution/kubernetes
    
    kubectl delete -f cim/Deployments
    kubectl delete -f cim/StatefulSet/ef-amq-statefulset.yaml
    
    
  2. Update the AMQ deployment

    1) Open cim/StatefulSet/ef-amq-statefulset.yaml file.
    2) Update AMQ Tag 
      gitimages.expertflow.com/general/activemq-k8s:6.0.0-alpine-zulu-K8s--4.5.7
    3) Apply ActiveMQ deployment 
      kubectl apply -f cim/StatefulSet/ef-amq-statefulset.yaml  
    
  3. Start all core components

    # Apply all deployments
    kubectl apply -f cim/Deployments