Hello all,
We are currently experiencing an issue where a newly applied license is not being picked up by our SonarQube instance. Even after applying the new license and performing resets, the system still registers as expired.
Environment Details:
-
SonarQube Version: v2025.4.2 (112048)
-
Edition: Developer Edition
-
Deployment: Kubernetes / Pod-based
Symptoms: When querying the api/editions/show_license endpoint, the response still reflects the old expiration state:
-
isExpired: true -
Expiration date:
"2026-05-11"
Troubleshooting Steps Taken: Our team has already exhausted the following internal steps to try and force the system to recognize the new license:
-
Attempted to reset the license manually.
-
Redeployed the Sonar instance completely.
-
Performed a clean restart of the Sonar pod.
Despite these steps, the API still returns the expired status.
In the UI it shows “ACTIVE”.
Has anyone encountered a similar issue where the license state gets stuck, or are there specific cache-clearing steps or logs we should investigate to see why the new license isn’t taking effect?
Thank you in advance for your help!