In this section:
All files for License Server 5.4.3 and older installed into a single directory, but the current version of License Server installs into two main directories:
In this documentation, <LS_INSTALL> refers to the application directory location and <LS_DATA_DIR> refers to the data directory location for both operating systems.
License Server includes the PSTSecConfig.xml file, which contains configuration settings for the User Administration module.
License Server 2020.1 ships with a single PSTSecConfig.xml in the <LS_DATA_DIR>/conf directory.
License Server 5.4.3 and older ships with two instances of the PSTSecConfig.xml file:
If you made changes to either or both PSTSecConfig.xml files for License Server 5.4.3 or older, you will need to make corresponding changes in the single PSTSecConfig.xml file after upgrading.
The following instructions describe how to upgrade from License Server 5.4.3 and older.
Run the upgrade.bat script as an administrator with the -o
option and specify the path to the old version of License Server:
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.
Run the upgrade.sh script as an administrator with the -o
option and specify the path to the old version of License Server:
./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.