...
- Stop all the agents
- Allow all the messages in rabbitmq to be consumed.
- Stop Engine.
- Stop Tomcat.
- Delete PlatformService folder, Platformservcice.war file, and app folder in location tomcat folder: /apache-tomcat/webapps
- Copy latest PlatformService.war file in apache-tomcat/webapps/ from the URL: https://infra.cogdevops.com:8443/repository/docroot/insights_install/release/latest/PlatformService.war
- Unzip the package https://infra.cogdevops.com:8443/repository/docroot/insights_install/release/latest/InSightsUI.zip and copy "app" in the location /apache-tomcat/webapps
- Update the uiconfig.json file with the server IP file location: /apache-tomcat/webapps/app/config/uiConfig.json
- Start Tomcat
- Navigate to $insightsengine folder delete the PlatformEngine.jar file
- Download PlatformEngine.jar file from https://infra.cogdevops.com:8443/repository/docroot/insights_install/release/latest/PlatformEngine.jar and place it in the same folder $insighstengine
- Start Platform engine.
- Start all the agents
...