Agent updates
How to keep the agent up to date depends on how you installed it:
If you installed the agent using our OS packages (yum/apt)
The agent will automatically update itself through the OS package manager. Updates are signed for security and checks for new versions are performed depending on how you have configured your package manager.
If you wish to perform a forced update on Red Hat, Fedora or CentOS, execute:
sudo yum update sd-agent
or if you are on Ubuntu or Debian, execute:
sudo apt-get install sd-agent
If you installed the agent manually
cd sd-agent/ python agent.py update python agent.py restart