Skip to main content

What You Will Achieve

After completing this tutorial, you will have:
  • Checked your current installed version against the latest available release
  • Downloaded and installed the latest Gantt extension
  • A running Polarion server with the updated Gantt version

Prerequisites

  • Gantt installed on your Polarion server
  • Server filesystem access to the Polarion installation directory
  • Polarion administrator access
Updating the Gantt extension requires stopping and restarting the Polarion server. Plan for a brief maintenance window.
1

Check Your Current Version

You can find the currently installed version in two places:From the Gantt admin page:
  1. Open Polarion Administration
  2. Navigate to Nextedy GANTT > Setup
  3. The current version is displayed on the page
From any Gantt widget:The footer of any Gantt chart widget displays the installed version number.
2

Check for Available Updates

Open Polarion Administration > Nextedy GANTT > Setup. The page automatically shows both the Installed Version and the Latest Version, with an up-to-date indicator (✅ Up-to-date) when you are current. If the latest version is newer than the installed one, an update is available.
Nextedy GANTT Setup admin page showing the installed version and the latest available version
The Setup page also provides a Download Page button (to fetch the latest distribution) and a Changelog button.
Setup page showing the latest available Gantt version alongside the installed version
The version check fetches version information from the Nextedy download server. No scripts are executed from the download server, and no data from your installation is transmitted.
3

Download the Latest Version

Download the latest nextedy_gantt.zip from:
4

Stop the Polarion Server

Stop your Polarion server using your standard procedure:
Or use your application server’s management interface.
5

Remove the Old Version

Delete the existing Gantt extension directory:
Consider backing up the old extension directory before deletion. This allows you to roll back quickly if the update causes unexpected issues.
6

Install the New Version

Follow the same steps as a fresh installation:
  1. Unzip the downloaded nextedy_gantt.zip
  2. Copy the com.nextedy.polarion.gantt folder to [POLARION_INSTALL]/polarion/extensions/
Most updates reuse your existing license. If you also received a new gantt_lic.json (for example, after renewing a subscription), copy it to [POLARION_INSTALL]/polarion/license/ now — otherwise leave the existing license in place.
7

Clear the Configuration Cache

Delete the Polarion configuration cache:
This step is required on every update. The .config directory holds plugin cache data and must be cleared to pick up the new extension version. Skipping this step is the most common cause of issues after updating.
8

Start the Polarion Server

Start your Polarion server:
9

Verify the Update

  1. Open Polarion Administration > Nextedy GANTT > Setup
  2. Confirm the displayed version matches the version you downloaded
  3. Open any existing Gantt chart and verify it loads correctly
The Gantt chart footer should also display the new version number.

Update Process Summary

diagram

Update Checklist

Troubleshooting After Update

If the Gantt chart shows a loading screen or fails to render after updating:
  1. Verify that [POLARION_INSTALL]/data/workspace/.config was deleted
  2. Check the Polarion server logs for extension loading errors
  3. Open the browser developer console and look for JavaScript errors
  4. If issues persist, contact Nextedy support with your server logs, browser console output, and configuration details
Some releases contain critical bug fixes. If you encounter issues with a specific version, check the Nextedy changelog for known issues and consider updating to the latest patch release.

Next Steps

Last modified on July 10, 2026