We have two SonarQube instances, both are Community Edition Version 10.1 (build 73491).
SonarQube deployed: zip
We would like to consolidate both instances into a single one.
I tried to use the SonarQube DB Copy Tool to copy one instance data into the other Database (both are Oracle Databases.
The copy was succesful, but I figured out that during the copy, the tool is truncating the tables on the destination.
My questions are:
- Is there a way to use the DB Copy Tool with a parameter to populate / add the data into the destination instead of truncating?
- If #1 is not possible, are there any expirience or best parctice to achive our goal?