Upgrade Trustgrid Agent Nodes

Learn how to upgrade Trustgrid Agent nodes to get the latest features and security upgrades.

How an Agent Node Upgrades

The Trustgrid agent upgrade process will depend on the operating system the agent runs on. For the most part the process will include:

  1. Gaining console access to the agent host system either via SSH or local console
  2. Running a package management tool to update the agent software package
  3. Restarting the agent service if not done automatically by the package manager

Agent Upgrade Process on Linux

Upgrade Ubuntu-based Agent

  1. Gain console access to the agent host system via SSH or local console with a user with sudo access to run the below commands.
  2. Run the command
    sudo apt update && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y tg-agent
  3. The above command will refresh the package list and install the latest version of the tg-agent package. This will automatically restart the tg-agent service.