Skip to main content
Skip table of contents

Supervisor Tools Upgrade guide 13.4 to 13.5

Before proceeding with the upgrade, make sure that the 13.4 is pre-deployed on the server.

  • Update the docker images in file /root/supervisor-tools-deployment/docker/docker-compose.yml

    • Update supervisorTools-frontend image, line no 50 to:

      • CODE
        gitlab.expertflow.com:9242/supervisor-tools/front-end:13.5
    • Update clm image, line no 59 to:

      • CODE
        gitlab.expertflow.com:9242/supervisor-tools/caller-list:13.5
  • Add environment variables in clm, line no 65

    CODE
    environment:
          - CATALINA_HOME=/opt/apache-tomcat-9.0.41
          - JAVA_OPTS=-XX:InitialRAMPercentage=10 -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
          - CATALINA_OPTS=-Xmx1024M -Xms512M -XX:MaxPermSize=1024M -XX:PermSize=512M -XX:+UseParallelGC
  • Execute the following commands inside /root/supervisor-tools-deployment directory on both machines.

CODE
./install.sh
  • Run the following command to ensure the front-end and caller list components are running. The screenshot below shows a sample response for a standalone non-HA deployment. 

CODE
docker ps
ST_242.png

JavaScript errors detected

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

If this problem persists, please contact our support.