Updating Agent
Upgrading Agent is a painless process and should take less than a minute to complete.
Download the Updated Binary
First, download the updated agent binary into /usr/local/bin. You will need to stop Agent briefly. Your running servers will not be affected.
systemctl stop agent
curl -L -o /usr/local/bin/agent "https://github.com/reviactyl/agent/releases/latest/download/agent_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/agentRestart Process
Finally, restart the agent process. Your running servers will not be affected and any open connections to the instance will re-connect automatically.
systemctl restart agentTold ya! It's easy and straight forward!

