Installing Yadle » SaaS » Updating Yadle

The installer for the Yadle agent and agent-side microservices will generate scripts to run for updating. Refer to the following steps to successfully update your Yadle SaaS environment.

Note:
  • All update scripts need to run as root user or sudoer.
  • If the amount of memory on the host machine is changed, you MUST update for Yadle to know about the changes.
Step 1: Update Yadle agent.

Go to the agent installation directory and run the agent update script.

$ cd /opt/yadle/agent/
$ sudo ./<org>_update_yadle_agent

Step 2: Update Yadle agent microservices.

Go to the agent microservices installation directory and run the update script.

$ cd /opt/yadle/microservices/agent/
$ sudo ./<org>_update_yadle_microservices

Step 3: Check for running Yadle containers.

Confirm Yadle containers are running by checking Docker status.

$ sudo docker ps

The following containers should be listed in output:

NAMES
<org>_changes_mode_red-thumbnails_1
<org>_changes_mode_exif_1
<org>_changes_mode_ocr_1
<org>_changes_mode_video-thumbnails_1
<org>_changes_mode_medium-thumbnails_1
<org>_changes_mode_small-thumbnails_1
<org>_geo_changes_mode_geometry-thumbnails_1
<org>_yadle_agent