We have created project in the sonarqube community. Now my organization planning to convert it into Developer version. So if we want to migrate all projects from Community tp Developer, how can we achieve it?
Because we are not able to fid any useful reference which we can follow and do it. Could you please help us on this?
That link points to an upgrade doc and then the section that mentions changing the edition is somewhat light.
Is it possible to have Community 9.9LTS with projects and data and history, and then unzip the 9.9LTS Developer binary and point that binary at the jdbc / database that used to be community and get licensing taken care of (new server ID), and have all the historical data and projects persist?
I tried this and when I start up, I see no errors and just a blank page. I would have expected to see ‘unlicensed’ or something, just not a blank page with no projects and no message.
I’m aware this is not a support portal, just curious if I missed a step!
@paul.morrison What it sounds like is that you’re still connecting to the embedded database…
What you’ve described here:
Is exactly how it should work.
#1 - Did you shut down the community edition instance before starting the developer edition? I’m asking because if you didn’t, I’m not certain elasticsearch will have reindexed all the data (furthermore, try deleting the /data/es8 folder in the DE folder and restart) #2 - If you look in the logs/web.log folder, are you certain you’re connecting to the correct database, and it’s not still picking up the embedded H2 database?