1. Versions
- SonarQube Server (Developer Edition)
- Current standalone instance: 9.9.6
- Target EKS-based deployment: 2025.1.1
2. Deployment Method
- Current: Standalone installation (zip distribution on a single VM)
- New: Amazon EKS cluster, deployed via Helm chart
3. Objective
We are migrating our Developer Edition SonarQube from the standalone server to the new EKS–based environment and need to transfer/activate our existing license without downtime.
4. Actions Taken So Far
- Prepared Helm deployment (values.yml configured) according to your docs with PostgreSQL.enable = true.
- Migrated PostgreSQL database to 2025.x version
Please advise on:
- How to deactivate or release our existing license on the standalone server (license valid through November 2025).
- How to apply or activate the Developer Edition license on the new EKS-based instance (a new Server ID was created, which is not bound to our current license).
- Whether it is possible to run both the standalone and EKS–based servers temporarily, so we can test the new Developer Edition setup before making the final switch of licenses.
Thank you for your assistance.