From 5607bfbfb8250f3ccf5a383a62798d95c5a8e918 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Mon, 19 Dec 2022 15:31:04 -0600 Subject: [PATCH] SONAR-17712 SONAR-17713 SONAR-17742 Update configuration file with new supported DB versions --- sonar-application/src/main/assembly/conf/sonar.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 2dc3b960265..1fe03751c02 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -31,7 +31,7 @@ #sonar.embeddedDatabase.port=9092 -#----- Oracle 12c/18c/19c +#----- Oracle 19c/21c # The Oracle JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/. # Only the thin client is supported, and we recommend using the latest Oracle JDBC driver. See # https://jira.sonarsource.com/browse/SONAR-9758 for more details. @@ -44,7 +44,7 @@ #sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema -#----- Microsoft SQLServer 2014/2016/2017/2019 and SQL Azure +#----- Microsoft SQLServer 2014/2016/2017/2019/2022 and SQL Azure # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS) # Use the following connection string if you want to use integrated security with Microsoft Sql Server # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security -- 2.39.5