Download upgrade utility:
https://accelarioapp.s3.eu-central-1.amazonaws.com/release-installer/release-installer.zip
Upgrade to the new Release
Navigate to the ROOT directory where
release-installer.jar
is located:Change to the directory containing the
release-installer.jar
file.
Ensure your directory tree looks like this:
any_name_for_root_directory/ ├─ release-installer.jar ├─ virtualization-Release_27_0.zip ├─ current/ └─ archive/ (optional)
Copy the the new release ZIP file into the ROOT directory
Example : if the new release kit file isvirtualization-Release_28_0.zip
then the directory will look like this:any_name_for_root_directory/ ├─ release-installer.jar ├─ virtualization-Release_27_0.zip ├─ virtualization-Release_28_0.zip ├─ current/ └─ archive/
Run the upgrade process
Execute the commands
sudo chmod +x release-installer.jar
sudo java -jar release-installer.jar
If there are multiple ZIP files under the ROOT directory then you need to define which one exactly you would like to install
sudo java -jar release-installer.jar virtualization-Release_27_0.zip