About multiple different versions of SQ data merging

Hi.
The scenario is how to merge the data of three community versions of SQ into one enterprise version, using three community versions of SQ, two 7.9.1 and one 8.9LTS. The database uses pgsql.

If possible, please tell me how to operate in the database (and whether simply putting the content data in the three databases together will destroy the structure).
Thanks.

Best,
Kevin

Hi,

Do not try to simply combine the databases.

You need to upgrade your 7.9.1 instances to 8.9. Then you can export the projects from the Community Edition instances and import them into the Enterprise Edition instance.

And then you’ll probably want to upgrade to SonarQube 9.9LTS; it’s due out on the 7th.

 
HTH,
Ann

Hi,

Thank you for your reply.

Does the ‘Project Move’ function support batch export?

Hi,

No, it’s one at a time. You maybe be able to automate the api calls, though.

The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann