You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the password is changed from the default one to another (in fig.xml for DB container as well as Sonar) the Sonar instance fails to start. The database can be accessed using the new password through psql, which means password is properly configured from the database side.
When I use the default password you have provided, it works just fine. Is the password hard-coded in the image?
The text was updated successfully, but these errors were encountered:
It should work without issues, just did a test on my machine changing the password to both db and sonar container sections on fig.yml and it runs correctly.
Couple of things that can be done to pinpoint the issue:
Double-check if the password is the same on both sections of the fig.yml (Not sure if it affects but also check for space characters before or after the password)
Inspect your sonarqube container to verify if the password is injected correctly as variable:
If the password is changed from the default one to another (in fig.xml for DB container as well as Sonar) the Sonar instance fails to start. The database can be accessed using the new password through psql, which means password is properly configured from the database side.
When I use the default password you have provided, it works just fine. Is the password hard-coded in the image?
The text was updated successfully, but these errors were encountered: