How can I downgrade sonarqube from enterprise to community edition

How can I downgrade sonarqube from Enterprise EditionVersion 7.7 (build 23042) to community edition?

When I run a Java project (this plugin is free) , it fails with the following message “Analyses suspended. Please renew your license.”

Hi,

You just need to:

  • download and expand the community bundle
  • update the configuration
  • turn off your Enterprise instance
  • turn on your Community instance.

Assuming you’re downgrading within the same version, this is it. If you’re simultaneously upgrading the version you’ll want to do a precautionary DB backup before you start, and you’ll need to browse to [your SQ URL]/setup at the end and click the button on the page.

 
HTH,
Ann

Thank you. I will try this approach.

Hi @ganncamp , I am new in sonar, can you explain more about your comments?

  • download and expand the community bundle
  • update the configuration
  • turn off your Enterprise instance
  • turn on your Community instance.

Hi @esepjav,

You’re going to have to tell me what you don’t find clear. Also, the docs might help.

 
Ann

Thanks, I will look.