Hi everyone,
We have just successfully upgraded our SonarQube Server to the latest 2026.1-LTA version. Our instance is deployed using the official Helm Chart on a Kubernetes cluster.
Now that we are on the LTA branch, we are considering automating our patch management using Renovate. I would like to get some advice or best practices from the community regarding this.
Our Goal: We want Renovate to automatically create and merge Merge Requests for patch updates (e.g., 2026.1.1, 2026.1.2, etc.) of the SonarQube Helm Chart and the underlying Docker image.
Our Environment:
-
SonarQube Version: 2026.1-LTA
-
Deployment: Helm Chart on K8s
-
Database: External AWS RDS PostgreSQL 17.7
-
Automation: Renovate for dependency updates
Specific Question
Is it guaranteed that patch releases (2026.1.x) within the LTA cycle never require a manual database migration via the /setup endpoint?
I want to make our maintenance as “hands-off” as possible while remaining on the stable LTA path. Any experiences or “lessons learned” from similar setups would be greatly appreciated!
Thanks in advance!
Best regards, Maximilian Berthold