XPLG Upgrade Guide
Before performing an upgrade, review the latest release notes:
V7 Release Notes
If you are upgrading an existing environment, it is highly recommended to first perform the upgrade in a non-production environment and validate that everything works as expected.
If you encounter any issues or have questions, contact:
New to XPLG?
XPLG installation packages are available in the XPLG Downloads Area.
Installation instructions are available here.
Existing customers - Upgrade/Update procedure
Upgrade Prerequisites
Before deploying the update, verify the following:
Java Version
This patch requires Java 17. Check your current version:
XPLG → System → System Health
Verify the Java Version under System Information.
License
Ensure that you have a valid V7 license. Check your license:
XPLG → Settings → License
If needed, contact support@xplg.com
Linux Service Deployment
If XPLG is running as a system service, follow these steps during the upgrade.
Stop XPLG services (on each server).
Start each XPLG process manually from the installation directory:
cd INSTALL_DIR
sh runXpoLog.sh startAfter completing the update and validation, stop the processes:
cd INSTALL_DIR
sh runXpoLog.sh stopStart the XPLG services again.
Load Balancer Usage
If you are using a load balancer in front of the XPLG servers, deploy the update by directly accessing one of the cluster nodes.
After the patch is uploaded, it will be published to all nodes in the cluster.
Upgrade Procedure (via GUI)
Download the path - XPLG Update Patch (save the file 9813.zip - do not extract).
Size = 269215019 bytes
MD5 = e2783c65c89a5c1f2aa4dce068febce6
Open the XPLG UI and navigate to XPLG → System → About
Click: Publish Patch and Select the downloaded zip file and run the update.If running a cluster, select the option to publish the patch to all nodes..
XPLG will Deploy the update and Restart automatically
A success message will appear once the deployment completes.
If upgrading from an earlier version, apply a valid XPLG 7 license.
Navigate to XPLG → System → About
Verify that:
Installed Version: 7.9813
Validation steps - https://xpolog.atlassian.net/wiki/spaces/XPOL/pages/1689157633
Note: if the patch is not listed or any other error is listed when verifying, please contact support@xplg.com
Upgrade Procedure (via CLI)
Upgrade Your XPLG Environment via Command Line