Skip to content

Comment out any properties that have a 'nil' value#27

Open
aukevanleeuwen wants to merge 1 commit into
willmanio:masterfrom
aukevanleeuwen:comment-out-nil-attributes
Open

Comment out any properties that have a 'nil' value#27
aukevanleeuwen wants to merge 1 commit into
willmanio:masterfrom
aukevanleeuwen:comment-out-nil-attributes

Conversation

@aukevanleeuwen

Copy link
Copy Markdown

This is mainly needed for a 5.6+ upgrade that I intent to do. I noticed
that starting a 5.6.6 SonarQube with the old configuration would use the
embedded database even though I had configured a proper JDBC url.
Commenting out some of the embedded database configuration actually made
sure it used the configured (MySQL) jdbc url.

All configuration properties that are now set to 'nil' will be commented
out (but still visible in the configuration file)

This is mainly needed for a 5.6+ upgrade that I intent to do. I noticed
that starting a 5.6.6 SonarQube with the old configuration would use the
embedded database even though I had configured a proper JDBC url.
Commenting out some of the embedded database configuration actually made
sure it used the configured (MySQL) jdbc url.

All configuration properties that are now set to 'nil' will be commented
out (but still visible in the configuration file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant