.Upgrade Guide v13.5.1
This guide is valid for the following wallboard release
Source Release | Destination Release | Deployment Mode | |
---|---|---|---|
13.5 | 13.5.1 | Singleton/HA |
Deploy New Release
- Stop the current release containers.Â
Download the deployment script deploy-wallboard.sh and place it in the separate directory (do not overlap it with the current release directory) and Run it.
# chmod +x deploy-wallboard.sh # ./deploy-wallboard.sh
- Replace the
Â
current-release-deployment-
dir
/wallboard/docker/docker-compose.yml
file withnew-release-deployment-
dir
/wallboard/docker/docker-compose.yml file.
Open the
Â
 and add the following configuration parameter. Set the desired value in the SLA_FORMULA parameter.current-release-deployment-
dir
/wallboard/docker/synchronizer-variables.env#1 = (Calls Answered/ Calls presented)*100 (updated after every 5 sec) #2 = (Calls Answered met SL/ Calls presented)*100 (updated after every 5 mins) SLA_FORMULA=2
Execute the following commands inside theÂ
current
-release-deployment-dir/wallboard/
 directory.# chmod 755 install.sh # ./install.sh
Run the following command to ensure that all the components are up and running.Â
# docker ps
Repeat these setups on other machines if the solution is deployed in HA.
- Clear the browser cache after successful completion of the upgrade.     Â
  Â
   Â
   Â