Upgrading Agent to 1.3
Publisher 1.3 is coupled together with either Siemplify 5.5.3 Hot Fix 8 and above, or Siemplify 5.6.0 Hot Fix 2 and above.
Before upgrading Siemplify:
For each Docker Agent, copy and save
the Docker command from the
agent information (Settings > Advanced > Remote Agents > Edit Agent).
- Upgrade Siemplify to 5.5.3 Hot Fix 8 or higher or 5.6.0. Hot Fix 2 or higher.
- Upgrade Siemplify integration in the Marketplace to the latest version.
-
Change both Cases and Logs collectors by removing the old jobs and creating
new ones after upgrading the Siemplify integration.
Note that if you are upgrading to 5.6.0 – use “Case collector DB” instead of “case collector” job. -
Upgrade Publisher:
- Download publisher installer to existing publisher host machine
-
Give “executing” permissions to the installer file:
chmod + x siemplify_publisher_installer.sh
-
Execute installer
bash siemplify_publisher_installer.sh -upg
For the Docker Agent only:
-
Open an ssh session to the docker agent host and check the container id
docker ps
-
Remove container
docker rm <container_id> -f
-
Remove image
docker images
docker rmi <image_id>
- Change the owner of the volume:
- Deploy the same docker (from the copied command in step 1) but pull the latest image (this container will contain the new image but the old volume with all the data).
- Make sure the agent is live (Siemplify settings > Advanced > Remote Agents).
- Enable-disable agent from the Siemplify UI. This will pull the new installer but not run it. This should take about 10 seconds.
-
In the container, go to /opt/SiemplifyAgent/Upgrades and give the new
installer permissions:
chmod +x SiemplifyAgent_Centos_1.3.0.sh
-
Run the installer
./SiemplifyAgent_Centos_1.3.0.sh
Ignore any error logs that appear!
Check that the agent is live and updated (i.e. that the agent information contains the new version).
chown -R 999:997 /var/lib/docker/volumes/<volume_name>/_data/
Note: Check the volume name using the command
docker volume Is
For the Installer Agent only:
- Enable-disable agent from the Siemplify UI (wait for about 1 minute).
- Check that the agent is live and updated (agent information contains new version).
If the remote connectors are not working due to the SDK mismatch (Siemplify SDK was updated, but the connector doesn’t have an update) you need to save the connector again to push the SDK update to the remote connector.