We have a new QA set up of our Sonar and need to know how we will refresh the PROD data with the same?

We have a new QA set up of our Sonar and need to know how we will refresh the PROD data with the same ?

Is the set up that to be completed from server end?

Means migrating data from PRD to QA instance of sonar ?

Don’t know if i got your question…
Do you ask how to put all data from one Sonarqube instance to another Sonarqube instance ?

Do you ask how to put all data from one Sonarqube instance to another Sonarqube instance ? Yes i did purchased a new QA instance and we already have PROD instance …Both are same version and need to copy data from PRD to QA Sonar instance and how to do that

Copy the prod db to test db.
That’s what i do with our test instances every now and then.
Afterwards you will have to edit some properties, as sonar.core.serverBaseURL … etc.
I use scripting with Sonarqube web api and Groovy SQL for that.

Note: you must not use multiple Sonarqube instances with one database.
see this post for details

and this related thread