...
Download upgrade utility:
https://accelarioapp.s3.eu-central-1.amazonaws.com/release-installer/release-installer.zip
It only supports upgrading to versions starting from 27+
Upgrade to the new Release
Navigate to the root 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:
Code Block ..any_name_for_root_directory/ ├─ release-installer.jar ├─ releasevirtualization-Release_27_0.zip ├─ current/ └─ archive/ (not important)
Replace the old
release.zip
with the new one:Remove the existing
release.zip
file and replace it with the new version of the ZIP file.
Run the installation/update process using a simple command:
Execute the commandsoptional)
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:Code Block 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
andsudo java -jar release-installer.jar
to start the installation or update process of the new release from the ZIP file.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