Dear,
Looks like our current sonar version is a few versions behind (chart-sonarqube-1.2.5+179/appversion-9.2.4-enterprise)
My question is how can we soomthly upgrade our sonar enterprise to latest version (I see the latest version is chart-4.0.2+325/appversion-9.5.0) Below are some questions hope you could help me firstly.
- As i see we use sonarqube image tag is
9.2.4-enterprise, I assume if we would like to upgrade, we need use the tag9.2.5-enterprise, however, I am not sure whether our current 9.2.4-enterprise license also could be used in 9.2.5-enterprise, and no other action need, no need purchase new license? - The sonarqube database instance and database are hosted on cloud, currently we use
jdbcOverwriteparameters, I assume after I upgrade chart to chart-4.0.2+325, I only need to modify jdbcOverwrite settings in value.yaml as same with the current configuration, no other action need to do, right? - If the license is not the question, for the upgrade step, I assume i only need to pull the latest chart/appversio of sonarqube/sonarqube, change sonar image version to 9.2.5-enterprise, use the original values and overwrite the value.yaml (jdbcoverwrite and plugin related, etc). Finally to run helm upgrade -f value.yaml sonarqube/sonarqube -n sonarqube.
- Any other thing I need consider for sonar upgrade? maybe backup database before upgrade?