Sonarqube upgrade to new version in kubernates

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • i am trying to update sonarqube to new version in kubernates(pod).

any one can help me how to take backup up of that pod & how to do update ?

Hi @Naveen2156 and welcome to the community :wave:

if you are using our helm chart, you can just change the image tag in your values.yaml and redeploy from the chart (helm upgrade) in order to update sonarqube.
in terms of backup before doing the release (which is a good pattern), you only need to backup your database, as the data inside the SQ pod will be recreated after the database migration has passed.

hope that helps :slight_smile: