SonarQube EE and SonarQube CE on the same server

We have a working SonarQube CE with ~60 projects, and we decided to try the EE. On the same server,I downloaded the package, unzipped it, and changed the ES port (web port already different on the CE). Then I ran StartSonar.bat. It ran without any issues. And I shut it down. (I did not configure anything except changing the port in sonar.properties)

Now, the CE with 60 projects changed to EE. I thought SonarQube instances don’t communicated to each other. Why did it happened to my CE .

Is there a way to revert it back to CE? Both are v7.4.

Thank you,

Toan Vo

Hi Toan,

It’s not clear to me what your procedure was. Did you have both instances running at once? Were they pointed at the same database?

 
Ann

Yes. They were running at the same time for 5 minutes. But they were not point at the same database. The EE was using the embedded database since I did not configure any settings in the sonar.properties file. (except changing the elastic search port).