When to use
Update the agent when the version on the server lags behind latestAgentVersion in Vezha.
What happens during the upgrade
- Backend sends the upgrade command to the agent.
- Agent downloads new binary for
download_url. - Verifies SHA-256 checksum.
- Atomically replaces the current binary.
- Relaunches through the system service manager (systemd/launchd/Windows SCM).
Steps
- In the list of servers, find the node with the outdated version of the agent.
- Start the Upgrade Agent.
- Wait for the server to return online after restarting the agent.
What to check
agentVersionis equallatestAgentVersion.- Telemetry continues to arrive without fail.
- Managed functions (terminal/vnc/services/containers) work normally.
Typical causes of failure
- Agent is offline while sending command.
- Network restrictions up to
/api/downloads/.... - Problems with restarting the system service on the server.