Version upgrades¶
Follow the steps below to update the current FlowPro instance to v20.1.0:
Note
The update to FlowPro 20.1.0 requires the current instance to be on v20.0.0 or higher.
Ensure that a backup of the current install has been saved to an external location, as part of the recommended preparatory procedures.
SSH to the FlowPro instance as the
plixer
user and start a new tmux session:tmux new -s upgrade
Download the update package for FlowPro 20.1.0:
curl -k -o update-flowpro-20-1-0.sh https://files.plixer.com/downloads/flowpro/20/update-flowpro-20-1-0.sh
Set the correct permissions for the update script:
sudo chmod +x update-flowpro-20-1-0.sh
Run the update script:
sudo ./update-flowpro-20-1-0.sh -s release
Once the script completes running, the system must be rebooted to update the kernel and complete the upgrade to FlowPro 20.1.0.
Note
On Scrutinizer 19.5.x and below, the FlowPro key will need to be re-entered after the probe is upgraded.
Offline upgrades¶
To update a FlowPro instance that cannot access the Internet, follow these steps:
Download the update package from a system with Internet access.
Copy the package to the home directory of the
plixer
user.Follow the online update procedure above starting from step 4.
Once the script completes running and the system reboots, the FlowPro instance will be on v20.1.0.