I have a sonarqube deployment running on a K8’s cluster version (7.9-lts), it’s connected to a postgres db deployment version (9.6.3)
I want to upgrade the existing sonarqube deployment to version 9.9 (LTS) so can you mention the steps that I should follow to make this upgrade without losing projects data.
As long as your DB persists the whole time (make sure you take backups before starting), you shouldn’t lose any data as it’s upgraded through the newer version SonarQube versions connecting to it.