System information (Operating system, Java version, Database provider/version)
Linux
What’s the issue you’re facing?
We are using the sonarqube 8.3.1 version and PostgreSQL 12 both are deployed in kubernetes by using helm chart and now the rquirement is to upgrade sonarqube to 9.9 LTS. But the problem here is, for 9.9 LTS sonarqube the supported version of Kubernetes is 1.23 - 1.26 but we are using 1.20 kubernetes version. Due to some dependencies we don’t want to upgrade Kuberentes version.
Now we are planning to migrate the sonarqube from kuberentes to a virtual machine where it will run as a service. What are the best possible options to achieve this setup without any data loss?
As we are doing the 9.9 LTS version installation completely on a new instance, It’s just like we are setting up freshly. What will be dependency here with the migration path?
Currently the sonarqube and db is present on kubernetes, as we are installing sonarqube 9.9 LTS on virtual machine we are also installing db on to a new virtual machine and then thinking to copy the data of both sonarqube and db which is on kubernetes to the newly created vm’s.
I have tried the above one, the sonar is not coming up if we doesn’t follow the migration path. So, I have followed the migration path and now the sonar is up. Thanks for your inputs.