SonarQube 6.2 upgrade to 6.4 Missing projects and users

走远了吗. 提交于 2019-12-23 10:17:17

问题


On Debian Jessie I had an installed version of SonarQube 6.2 using Postgresql (latest on Jessie ) Java 8 installed I went through the upgrade process (to v. 6.4)Here

When it came back online all the projects were missing. I can get to them by manually typing in the URL to the project like:

https://[address of server]/dashboard?id=[Name of Project]

Also the in the user admin section (Administration>Security>Users) I see no users. However if I go to groups (Administration>Security>Groups) my sonar user group says it has users. In my case its 14 - but I cannot see any of them. Can anyone help bring this stuff back? I did do a DB back-up before the upgrade - so I can always go back, but I would like to not have to do that.


回答1:


As answered here, this seems to be a bad ElasticSearch index. Stop your server. Delete $SONARQUBE_HOME/data and restart.



来源:https://stackoverflow.com/questions/44398240/sonarqube-6-2-upgrade-to-6-4-missing-projects-and-users

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!