Quick Upgrade
Please walk through the following steps:
Step #1 - Upload the new release archive into an empty directory.
Step #2 - Unzip the release archive and the fsBootstrap
directory:
Please use the password that you received from your Customer Representative. Please adjust the x.y.z version numbers to match the downloaded file.
7z x -p"PASSWORD" MetaDefender_Sandbox_vx.y.z-Standalone.zip
7z x fsBootstrap.zip -ofsBootstrap
rm fsBootstrap.zip
Step #3 - Ensure that the embedded installation scripts are executable and have the unix format:
cd fsBootstrap
chmod +x *.sh
dos2unix *
Step #4 - Configure upgrade.cfg
and carefully set all options.
Note: leave settings blank if you want to keep the values from your original installation.
Step #5 - Move the FileScanIO.zip
archive into the current folder (fsBootstrap
)
mv ../FileScanIO.zip .
Step #6 - Run the upgrade shell script
sudo ./upgrade.sh
All components should automatically restart after the upgrade completed, if they were running when the upgrade process started. If this was not the case, please start all services:
sudo service fsiobroker start
sudo service fsio start
sudo service fsioweb start