]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17446 drop support postgresql versions 9.6 & 10
authorMalek-Ben-Anes <malek.benanes@sonarsource.com>
Thu, 10 Nov 2022 17:13:38 +0000 (18:13 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 15 Nov 2022 20:02:59 +0000 (20:02 +0000)
.cirrus.yml
server/sonar-docs/src/pages/requirements/requirements.md
server/sonar-docs/src/pages/setup/upgrade-notes.md

index b669eebbbb940073d16798f09aca61acf5f2b10d..021b75038d50ceda9eb432d15333a6b8409e742d 100644 (file)
@@ -563,7 +563,7 @@ sql_postgres_task:
   <<: *DEFAULT_ARTIFACTS_TEMPLATE
 
 # this is the oldest compatible version of PostgreSQL
-sql_postgres96_task:
+sql_postgres11_task:
   <<: *SKIP_PUBLIC_BRANCHES_TEMPLATE
   <<: *BUILD_DEPENDANT_TASK_TEMPLATE
   <<: *DATABASE_RELATED_NIGHTLY_TASK_TEMPLATE
@@ -573,7 +573,7 @@ sql_postgres96_task:
     memory: 5Gb
     additional_containers:
       - <<: *POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE
-        image: postgres:9.6
+        image: postgres:11
   script:
     - ./private/cirrus/cirrus-db-unit-test.sh postgres
   <<: *DEFAULT_ARTIFACTS_TEMPLATE
index 1af863020fe1f9b97632373a6e41736c1a7e0f7a..f0422eb25eb4147b5e14519ac388d13bacff7be9 100644 (file)
@@ -41,8 +41,6 @@ We recommend using the Critical Patch Update (CPU) releases.
 |                                                             | ![](/images/check.svg) 13                                                                                                                                                                                                                                         |
 |                                                             | ![](/images/check.svg) 12                                                                                                                                                                                                                                         |
 |                                                             | ![](/images/check.svg) 11                                                                                                                                                                                                                                         |
-|                                                             | ![](/images/check.svg) 10                                                                                                                                                                                                                                         |
-|                                                             | ![](/images/check.svg) 9.6                                                                                                                                                                                                                                        |
 |                                                             | ![](/images/exclamation.svg) Must be configured to use UTF-8 charset                                                                                                                                                                                              |
 | [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2019 (MSSQL Server 15.0) with bundled Microsoft JDBC driver. Express Edition is supported.                                                                                                                                                 |
 |                                                             | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported.                                                                                                                                                 |
index 94814e49b7628bc33e9490b45fced01ae6b5d875..8007cf5859b93d2241f318c71fa475f17f5eaf41 100644 (file)
@@ -13,7 +13,8 @@ SonarQube no longer ships with an embedded version of the documentation. The doc
 * External links that pointed to `/documentation` will be correctly redirected to the corresponding page on the documentation website.
 
 **Update in the Database support**
-Adding support to the latest version 15 of PostgreSQL. supported versions are now from 9.6 to 15.
+* PostgreSQL versions <11 are no longer supported.
+* Adding support to the latest version 15 of PostgreSQL. Supported versions are now from 11 to 15.
 
 [Full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013884)