Can we download/get the configurations/settings of current running instance of sonarqube?

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

We are working on tool upgrade of sonarqube 7.9 to 8.9.9 LTS version. We want to download configuration and settings of running instance of sonarqube before and after upgrading for comparison.

Is there any place we can find or download total configuration of tool if we have admin access?

(My assumption is there might be more config settings set on anywhere else like db or other places apart from the sonar.properties, wrapper.conf files. Just wanted to get all the config)

Hey there.

Instance-wide configuration could be retrieved by having an administrator query GET api/settings/values on your SonarQube instance. This reflects the configuration stored in the database.

1 Like

Thank you @Colin for the support. This helps.

Do we have option to get the sonar.properties file data

You could probably just copy the file from your existing instance.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.