From 1bfb216488912d2b6510fc5f44dc04c0b6f16934 Mon Sep 17 00:00:00 2001 From: Belen Pruvost Date: Tue, 4 May 2021 11:43:21 +0200 Subject: [PATCH] SONAR-14791 - Update PostgreSQL version in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index b71cbc74a86..eabff167633 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -31,7 +31,7 @@ #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE -#----- PostgreSQL 9.3 or greater +#----- PostgreSQL 9.6 or greater # By default the schema named "public" is used. It can be overridden with the parameter "currentSchema". #sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema -- 2.39.5