Installing the database
Install the SonarQube database according to the database engine used: MicrosoftSQL Server, Oracle, PostgreSQL
Several external Prerequisites and overview are supported. Be sure to follow the requirements listed for your database. They are real requirements not recommendations.
Create an empty schema and a sonarqube
user. Grant this sonarqube
user permissions to create
, update
, and delete
objects for this schema.
Last updated
Was this helpful?