Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space LSDEV and version 2020.1

...

  1. Run the stopLS.bat script as an administrator for the License Server you are upgrading from.
  2. Unzip the latest License Server to a temporary directory.
  3. Open a command prompt and navigate to the <LS_TEMP>/app directory.
  4. Run the upgrade.bat script as an administrator with the -o option and specify the path to the old version of License Server:

    Code Block
    upgrade.sh -o <absolute_path_to_old_LS_install_dir>

    You can also run the script with the -h option to print the script help to the console.

  5. The script makes a backup of the existing installation and updates the old installation location with the latest version.
  6. Delete the temporary directory (step 1).

Linux

  1. Run the stopLS.sh script as an administrator for the License Server you are upgrading from.
  2. Unzip the latest License Server to a temporary directory.
  3. Open a command prompt and navigate to the <LS_TEMP>/app directory.
  4. Run the upgrade.sh script as an administrator with the -o option and specify the path to the old version of License Server:

    Code Block
     ./upgrade.sh -o <absolute_path_to_old_LS_install_dir>

    You can also run the script with the -h option to print the script help to the console.

  5. The script makes a backup of the existing installation and updates the old installation location with the latest version.