Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before proceeding with the upgrade, make sure that the 13.4 already 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 Block
        gitlab.expertflow.com:9242/supervisor-tools/front-end:13.5
    • Update clm image, line no 59 to:

      • Code Block
        gitlab.expertflow.com:9242/supervisor-tools/caller-list:13.5

...

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

...