Installation 尝试安装SonarQube 5.6时收到jdbc错误的原因是什么

Installation 尝试安装SonarQube 5.6时收到jdbc错误的原因是什么,installation,upgrade,sonarqube-4.5,sonarqube5.6,Installation,Upgrade,Sonarqube 4.5,Sonarqube5.6,我们将从SonarQube-4.5.7升级到SonarQube-5.6。安装后启动Sonar时,Sonar.log会捕获此错误: ActiveRecord::JDBCError: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.projects' and the index name 'projects_uuid'. The duplic

我们将从SonarQube-4.5.7升级到SonarQube-5.6。安装后启动Sonar时,Sonar.log会捕获此错误:

ActiveRecord::JDBCError: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.projects' and the index name 'projects_uuid'. The duplicate key value is (xxxxxxx).: CREATE UNIQUE INDEX [projects_uuid] ON [projects] ([uuid])

我已经研究了与此错误的第一部分有关的其他问题,但是这些问题指向了插件的问题。我们已经删除了插件,以排除出现问题的可能性。它还在数据库中查看插件信息吗?或者它真的是由于表中的重复键导致的错误?如果是这样,解决此问题的最佳方法是什么?

此错误是由于没有使用VARCHAR列的正确排序规则更新数据库造成的。它需要是拉丁语1_General_CS_AS。密钥被认为是另一个密钥的副本,而没有使用它需要的大小写敏感度