Applies to Resilio way of installation only
The following method works for TrueNAS CORE Agents that were installed by these guidelines and that are running in the jailPlease follow this guide if you have enough Linux shell experience and you understand what each command does. If not, please contact Resilio Support Team.
The installation script puts Connect Agent executable into /usr/bin. To do the update, it should be replaced with the newer version inside the jail and the jail must be restarted.
Here are the steps:
1. Log in into the jail's Shell
2. Double-check that the agent is running with command ps aux | grep rslagent
.
3. Stop the Agent, download the new one and replace the binary using the commands below one by one.
# killall rslagent
# wget <link to the latest freeBSD archive from Resilio download page>
# tar zxf resilio-connect-agent_freebsd_x64.tar.gz
# cp rslagent /usr/bin/rslagent
4. Restart the jail
Go to the Management Console, open tab Agents, in column Agent version or on Agent's Overview, section INFO, see and confirm that the TrueNAS CORE agent's version is updated.