Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download upgrade utility:

https://artifacts.accelario.com/repository/release-installer/accelarioaccelarioapp.s3.eu-central-1.amazonaws.com/release-installer/master/release-installer-master.jarThis is step-by-step guide for update current release for new one:.zip
It only supports upgrading to versions starting from 27+

Upgrade to the new Release

  1. Navigate to the root ROOT directory where release-installer.jar is located:

    • Change to the directory containing the release-installer.jar file.

  2. 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)
  3. 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.

  4. Run the installation/update process using a simple command:

    Execute the commands
    optional)
  5. Copy the the new release ZIP file into the ROOT directory
    Example : if the new release kit file is virtualization-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/
  6. Run the upgrade process

    • Execute the commands
      sudo chmod +x release-installer.jar and
      sudo java -jar release-installer.jar to start the installation or update process of the new release from the ZIP file.

    • If there are a few multiple ZIP files next to Installer under the ROOT directory then you need to define which one exactly i’d you would like to install
      sudo java -jar release-installer.jar releasevirtualization-Release_file27_name0.zip