Skip to main content
Skip table of contents

CX Upgrade Guide CX-4.4.X to CX-4.4.3

Before proceeding with the upgrade, make sure that the system is idle state i.e. all agents are logged-out from agent-desk.

  1. Stop all core components.

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

    YAML
    1) Open cim-solution/kubernetes/cim/StatefulSet/ef-amq-statefulset.yaml file.
    2) Update AMQ Tag 
    gitimages.expertflow.com/general/activemq-k8s:5.17.1-alpine-zulu-K8s-4.4.1-4.4.1
    3) Add following parameters under evn section.
    
      - name : ACTIVEMQ_OPTS_MEMORY
        value : "-Xms512M -Xmx4G"
      - name: MAX_CONNECTIONS
        value: "50000"
    
    4) kubectl apply -f cim/StatefulSet/ef-amq-statefulset.yaml.
  3. Start all core components.

    YAML
    kubectl apply -f cim/Deployments

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.