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
Good day,
I have a sonarqube server on my test server.
and I installed two sonarqube servers(port : 9791, 8791 / seperate DB instance) on the test server.
(2 web instances on one sonarqube server)
I’m going to call the first one to Project A. (sonarqube7.9.1, port 9791, postgresql1)
and I’m going to call the second one to Project B. (sonarqube7.9.1_PPMKOR, port 8791, postgresql2)
The first server has 5 projects which is completed to inspect.
The second server has 84 projects which is completed to inspect.
The problem is that when I run the second sonarqube server, the total counts include the first one’s count like below pictures. but those 5 projects are not appear on the web result.
Here is my sonarqube server status.
**Sonarqube Server (Project A)
System
|Home Dir|D:\Sonarqube\**sonarqube-7.9.1**
|
|Processors|4
|
Database
|Database|PostgreSQL
|
|Username|**sonar791**
|
|URL|jdbc:postgresql://localhost/**sonardb**
|
**Sonarqube Server (Project B)
System
|Home Dir|D:\Sonarqube\**sonarqube-7.9.1_PPMKOR**
|
|Processors|4
|
Database
|Database|PostgreSQL
|
|Username|**ppmkor791**
|
|URL|jdbc:postgresql://localhost/**ppmkordb**
|
What was wrong?