XPLG Upgrade Guide

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:

support@xplg.com

 

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.

  1. Stop XPLG services (on each server).

  2. Start each XPLG process manually from the installation directory:

cd INSTALL_DIR sh runXpoLog.sh start
  1. After completing the update and validation, stop the processes:

cd INSTALL_DIR sh runXpoLog.sh stop
  1. Start 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)

  1. Download the path - XPLG Update Patch (save the file 9813.zipdo not extract).

    1. Size = 269215019 bytes

    2. MD5 = e2783c65c89a5c1f2aa4dce068febce6

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

  3. XPLG will Deploy the update and Restart automatically

    A success message will appear once the deployment completes.

  4. If upgrading from an earlier version, apply a valid XPLG 7 license.

  5. 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