Installing Yadle » Self-Hosted » Updating Yadle

The installer for the Yadle servers, server microservices, agent, and agent microservices will generate scripts to run for updating. Refer to the following steps to successfully update your Yadle Self-Hosted environment.

Note:
  • It is important to stop all Yadle components before updating the Yadle servers.
  • 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.

Updating Yadle

Step 1: Update the Yadle servers.

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

$ cd /opt/yadle/servers/
$ sudo ./update_yadle_servers

Step 2: Update the Yadle server side microservices.

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

$ cd /opt/yadle/microservices/server/
$ sudo ./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 ./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 ./update_yadle_microservices

Step 5: Check for running Yadle containers.

Confirm Yadle containers are running by checking Docker status.

$ sudo docker ps -a

The following containers should be listed in output:

NAMES
<org>_agent_changes_mode_video-thumbnails_1
<org>_agent_changes_mode_small-thumbnails_1
<org>_agent_changes_mode_exif_1
<org>_agent_changes_mode_ocr_1
<org>_agent_changes_mode_medium-thumbnails_1
<org>_agent_changes_mode_red-thumbnails_1
<org>_agent_geo_changes_mode_geometry-thumbnails_1
<org>_yadle_agent 
<org>_server_changes_mode_imagehash_1
<org>_server_changes_mode_tags_1
<org>_server_changes_mode_aitags-colossus_1
<org>_server_changes_mode_aitags-krell_1
<org>_server_changes_mode_filetype-icons_1
<org>_server_changes_mode_filesequence-thumbnails_1
<org>_server_changes_mode_normalization_1
<org>_yadle_es
<org>_yadle_servers