Check the Agent Changelog to see what’s new in the agent.
Our Agent package is distributed in our package repositories. If you haven’t already, configure our repository on your system.
Upgrading the Agent on Ubuntu-Debian systems
-
Upgrade the Agent package
sudo apt-get update
sudo apt-get install sigsci-agent
-
Restart the Agent After successfully upgrading the package, restart your agent:
Ubuntu 14.04 and lower:
sudo restart sigsci-agent
Ubuntu 15.04 or higher:
sudo systemctl start sigsci-agent
Upgrading the Agent on Red Hat-CentOS systems
-
Upgrade the Agent Package
yum -q makecache -y --disablerepo=* --enablerepo=sigsci_*
yum install sigsci-agent
-
Restart the Agent
RHEL 6/CENTOS 6
Under EL6, the Agent is managed via upstart. Restart the agent by running:
sudo restart sigsci-agent
RHEL 7/CENTOS 7
From EL7, Red Hat have migrated to SystemD as their default process supervisor. Restart the agent by running:
sudo systemctl restart sigsci-agent
Upgrading the Agent on Windows systems
-
Upgrade the Agent Package
Download and install the latest agent MSI.
Download: Windows MSI
-
Restart the Agent Service
From the UI
- Open services.msc
- Select “Signal Sciences Agent”
- Right click and select restart
From the CLI
- Open up a dos prompt
- run
net stop sigsci-agent
- run
net start sigsci-agent