aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2022-12-19 15:31:04 -0600
committersonartech <sonartech@sonarsource.com>2022-12-20 20:03:02 +0000
commit5607bfbfb8250f3ccf5a383a62798d95c5a8e918 (patch)
tree811b20a9951a1ea42b1bd66985a8e41bb59c7a40
parent3fda3c29a711464f94681a6fd405894ea14e0e83 (diff)
downloadsonarqube-5607bfbfb8250f3ccf5a383a62798d95c5a8e918.tar.gz
sonarqube-5607bfbfb8250f3ccf5a383a62798d95c5a8e918.zip
SONAR-17712 SONAR-17713 SONAR-17742 Update configuration file with new supported DB versions
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files 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