Hello everyone,
I’ve seen that it is a very common topic but perhaps, it might help me seen new answers about the subject
I have deployed one sonarqube server with a postgresql database in an openshift 3 cluster. The versions that i use are respectively 8.4.2-community and 9.5 for my database.
I am currently in the process of migrating my project in a new openshift 4 cluster. I have deployed a new sonarqube server with a postgresql db with the exact same exact versions that i used before. Now is the step where i have to migrate the project history of the old sonar to the new one.
-
i’ve seen the Sonar DB tool , but is it going migrate the project history ? or only the plugins added in my old sonar instance ? also since i am using a community version of sonar do i have access to his service ?
Moreover , since i have deployed it in an openshift cluster, the steps of the db tool might be different.
open to solutions for those who want to help -
Is there a way to migrate the data manually ? or a way to specificaly copy an paste the project history data ? and finaly where is the project history data located ?
what i did tried at first was to dump and dump restore my database from the old to the new one, but my project history was not migrated only few thing got transfered.
Perhaps i need to aim for a specific directory or transfer plugins as well ?
Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this