Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install Sonar on the new host.
    1. Download sonarqube.zip from http://www.sonarqube.org/downloads/ and extract it.
  2. Database migration.
    1. Create a database dump of the sonar database from the old host.
    2. Import the database to the new host's sql server.
  3. Configure sonar.properties, wrapper.properties, and logback.xml under conf/ directory in reference to the old host's configuration.
    1. Use the current database name, user, and password in place of the old configuration.
  4. Copy extensions/plugins from old host.
    1. Download newer version of the plugins, if they are not compatible with the new host's sonar version. See plugins version matrix.
  5. Start the sonar server.
  6. Goto <SONAR_BASE_URL>/setup to complete database migration.
  7. Verify that sonar web interface display all past reports.
  8. Update DNS to point to new host.
  9. Verify integration with Jenkins server.

 

Note: Please read the release notes and upgrade steps, if you are upgrading Jenkins / Sonar as a part of the migration.