How to migrate SonarQube 6.7 from MySQL to postgresql
问题 We need to migrate SonarQube from MySQL to posgresql. To achieve this, I would export from MySQL and import to postgresql. This I can handle, there are more than enough manuals for this and also I'm OK with database magic ;) However, my question is: would that work for SonarQube in general? Does SonarQube use some database-specific magic that would eliminate the ability to migrate? Steffen 回答1: Good news : there is no specific database magic used in SonarQube. However, note that some column