(13.5) 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:gitlab.expertflow.com:9242/supervisor-tools/front-end:13.5
Update
clm
image, line no 59 to:gitlab.expertflow.com:9242/supervisor-tools/caller-list:13.5
Add environment variables in
clm
, line no 65environment: - 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.
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.Â
Â