Upgrade the Linux Collector
To upgrade the Linux Collector:
- Stop the Collector by following the instructions here.
- From https://app.overops.com/app/download?t=tgz, download the Collector installation TAR file:
wget --content-disposition "https://app.overops.com/app/download?t=tgz"
- Extract the files to your working folder:
sudo tar -xvf <downloaded.tar.gz> -C /opt
- Start the Collector by following the instructions here. Remember to watch the logs for any warnings or errors.
- Verify your upgrade using these instructions.
Updated about 3 years ago