

Installing Yadle: Self-Hosted: Updating Yadle
The installer for the Yadle servers, server microservices, and agent microservices will generate scripts to run for updating. To update the agent, the installer script will be used. Refer to the following steps to successfully update your Yadle Self-Hosted environment.
Note:- All update scripts need to be 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.
Go to the servers installation directory and run the servers update script.
$ cd /opt/yadle/servers/
$ sudo ./<org>_update_yadle_servers.sh
Step 2: Update the Yadle server side microservices.
Go to the server microservices installation directory and run the update script.
$ cd /opt/yadle/microservices/servers/
$ sudo ./<org>_update_yadle_microservices
Step 3: Update the Yadle agent.
Go to the agent installation directory and run the agent installation script.
$ cd /opt/yadle/agent/
$ sudo ./<org>_update_yadle_agent
Step 4: Update the Yadle agent side microservices.
Go to the agent microservices installation directory and run the update script.
$ cd /opt/yadle/microservices/agent
$ sudo ./<org>_update_yadle_microservices.sh
Step 5: 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_video-thumbnails_1 <org>_changes_mode_small-thumbnails_1 <org>_changes_mode_exif_1 <org>_changes_mode_medium-thumbnails_1 <org>_changes_mode_red-thumbnails_1 <org>_geo_changes_mode_geometry-thumbnails_1 <org>_yadle_agent <org>_changes_mode_imagehash_1 <org>_changes_mode_tags_1 <org>_changes_mode_aitags-colossus_1 <org>_changes_mode_aitags-krell_1 <org>_changes_mode_filetype-icons_1 <org>_changes_mode_filesequence-thumbnails_1 <org>_yadle_es <org>_yadle_servers