From: Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> Date: Wed, 8 Jan 2020 14:38:37 +0000 (+0100) Subject: SONAR-12865 Support PostgreSQL 11 and 12 X-Git-Tag: 8.2.0.32929~225 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f637dda17a13fc4fe2d0a5011352fd5a05995ada;p=sonarqube.git SONAR-12865 Support PostgreSQL 11 and 12 * SONAR-12865 move QA to postgresql 12.1 * SONAR-12865 update PostgreSQL requirement and upgrade notes --- diff --git a/.cirrus.yml b/.cirrus.yml index 4162a186981..be12730329b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -88,7 +88,7 @@ validate_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:10.6 + image: postgres:12.1 port: 5432 cpu: 1 memory: 1Gb @@ -118,7 +118,7 @@ qa_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:10.6 + image: postgres:12.1 port: 5432 cpu: 1 memory: 1Gb diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 5672d9053a3..54a02b30404 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -38,8 +38,10 @@ We recommend using the Critical Patch Update (CPU) releases. | Database | | | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 10 | -| | ![](/images/check.svg) 9.3–9.6 | +| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 12 | +| | ![](/images/check.svg) 11 | +| | ![](/images/check.svg) 10 | +| | ![](/images/check.svg) 9.3–9.6 | | | ![](/images/exclamation.svg) Must be configured to use UTF-8 charset | | [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported. | | | ![](/images/check.svg) 2016 (MSSQL Server 13.0) with bundled Microsoft JDBC driver. Express Edition is supported. | @@ -49,12 +51,12 @@ We recommend using the Critical Patch Update (CPU) releases. | | ![](/images/info.svg) Both Windows authentication (“Integrated Security”) and SQL Server authentication are supported. See the Microsoft SQL Server section in Installing/installation/installing-the-server page for instructions on configuring authentication. | | [Oracle](http://www.oracle.com/database/) | ![](/images/check.svg) 19C | | | ![](/images/check.svg) 18C | -| | ![](/images/check.svg) 12C | -| | ![](/images/check.svg) 11G | -| | ![](/images/check.svg) XE Editions +| | ![](/images/check.svg) 12C | +| | ![](/images/check.svg) 11G | +| | ![](/images/check.svg) XE Editions | | | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see NLS_CHARACTERSET) | -| | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported -| | ![](/images/info.svg) We recommend using the latest Oracle JDBC driver | +| | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported | +| | ![](/images/info.svg) We recommend using the latest Oracle JDBC driver | | | ![](/images/exclamation.svg) Only the thin mode is supported, not OCI | ### Web Browser diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index bb8b284340b..31d13c261a1 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -3,6 +3,12 @@ title: Release Upgrade Notes url: /setup/upgrade-notes/ --- +## Release 8.2 Upgrade Notes +**PostgreSQL 12.1 support** +SonarQube 8.2+ now support PostgreSQL 9.3 - 12. + +[Full Release Notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15301) + ## Release 8.1 Upgrade Notes **Short-lived and Long-lived branches are now just branches** The concept for branches is now simplified, with a single way to handle all of them. ([MMF-1786](https://jira.sonarsource.com/browse/MMF-1786)).