Subject: Upgrade Notes for Deployment Pack to Version 11.2
Date: 17-Dec-2024
ABOUT:
The following steps are intended for customers upgrading from an older version directly to the version 11.2. These steps assume a local installation of all meshIQ related services.
Upgrade Steps:
-
Stop all the services except DB service.
-
Switch to the
meshIQ
installation pathmisc
folder.- Command:
cd Installation_path/misc
- Command:
- Important: Place the "meshiq_dpack_Upgarde_to_11.2_DPv1.tar.Z" file in the
misc
folder at the root of your installation (no other folder). - Run the Command:
tar -zxvf meshiq_dpack_Upgarde_to_11.2_DPv1.tar.Z
-
Switch to the updates folder and run the
update.sh
script.- Command:
cd ../misc/updates
- Command:
./update.sh
- Command:
-
Follow the instructions displayed on the screen.
-
Don't forget to update to the new license.
-
After the update script finishes, restart all services.
Upgrade is complete for the Navigator Deployment Pack.
Additional steps are required only if you are also running Track/XRay deployment on the same system.
Important
Below additional steps are required only if you are also running Track/XRay deployment on the same system.
After ./update.sh
finishes:
-
Switch to the sbin directory under the root of your installation.
- Command:
cd Installation_path/sbin
- Command:
-
Load the new Track license:
- Command:
./config.sh lic
- Command:
-
Relink the current symlink that points to the old installation to the new apache-activemq-5.18.3 folder:
-
Switch to the actmq directory in your Track installation path:
- Example:
cd /opt/nastel/track/actmq
- Command:
ln -sfnv apache-activemq-5.18.3 current
- Example:
-
Run the following commands to load new topics and upgrade Solr:
- Command:
./config.sh kaf
(to load new topics) - Command:
./config.sh solrupdate
(to upgrade Solr)
- Command:
-
After completing these steps, restart all services.