Backup of Quality Profile is not complete

i have a backup of Java profile in a server of sonarQube, it contains 800+ rules, but when i restore it in my own server, it only restored 300+ rules, how could i get all 800+ rules?

right: the server where the backup from
left: my server

Greetings,

You’ll want to make sure you have the same versions of the same plugins between your SonarQube instances – for starters, it looks like on the instance with more rules in the Quality Profile, the community-supported spotbugs/sonar-findbugs plugin is installed, while it isn’t on the instance with fewer rules.

I would guess there are also different version of the Java analyzer since there is different rule counts in the Sonar Way.

Colin

1 Like