Quicktip upgrade Skyline collector from commandline

The VAMI has been removed from the current Skyline Collector 2.7. So a manual upgrade from VAMi is no longer possible but you can trigger a manual upgrade from commandline.

1ssh root@SKYLINE-COLLECTOR

First step is to check for a new version

1vamicli update --check

Output if a update is available

1root@skyline [ ~ ]# vamicli update --check
2
3Checking for available updates, this process can take a few minutes...
4........
5Available Updates -
6   2.7.0.0 Build 17557444

Output if no update is available

1root@skyline [ ~ ]# vamicli update --check
2
3Checking for available updates, this process can take a few minutes...
4.
5Available Updates -
6   No available updates found

Second step is to install the new version

1vamicli update --install latest --accepteula

The collector will download the update and install it including reboot.