We have need to migrate our SonarQube developer instance from one AKS cluster to another. Following are the steps we are performing to make this happen.
- Install exact same version of SonarQube using help chart.
- Execute data migration script which migrates all the data without any errors or warnings.
- Restart the SQ Server.
Though everything is working without any issue dashboard is empty and not showing any of the projects/issues. When I check it using Administration->Projects->Management , I can see all the projects. I can click on links displayed and navigate to individual project. Project is showing correct statistics as well. URL is https://domain_name/dashboard?id=ProjectName .
Question is, why are we not able to see anything on https://domain_name/projects ? Are we missing something in migration?
More Information:
- SonarQube version 9.7.1.62043
- Trying to migrate SQ Developer edition form one AKS cluster to another.
- Delete & recreate DB.