We are using AWS RDS MySQL database for SonarQube 9.9 to store data.
Currently we are using AWS RDS MySQL 5.7.44 version whose support ended on 29th Feb 2024.
So, we are planning to upgrade the database to AWS RDS MySQL version 8.0.28.
So can some suggest that is it possible to upgrade from 5.7.44 v to 8.0.28 v as does not want to face connectivity issue with database.
Can someone suggest all SonarQube supported version for AWS RDS MySQL 8.0.28 version.
ChavanA - Did it worked for you after upgrade to AWS RDS MySql 8? I also tried upgrading AWS RDS to MySql 8.0 but JDBC connectivity is failing while SonarQube service is trying to start although able to connect with mysql client from the same machine where sonarqube is configured.
Error in sonarqube web log:
Web server startup failed
java.lang.IllegalStateException: Can not connect to database. Please check connectivity and settings (see the properties prefixed by ‘sonar.jdbc.’).