aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md
diff options
context:
space:
mode:
authorBelen Pruvost <belen.pruvost@sonarsource.com>2021-05-05 18:18:49 +0200
committersonartech <sonartech@sonarsource.com>2021-05-06 20:08:25 +0000
commit19effd903cb1fb69832d792dcfbb66327d98c351 (patch)
tree763e915bdc7de8ccdc3369cc83cd8882b2bf2556 /server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md
parent1bfb216488912d2b6510fc5f44dc04c0b6f16934 (diff)
downloadsonarqube-19effd903cb1fb69832d792dcfbb66327d98c351.tar.gz
sonarqube-19effd903cb1fb69832d792dcfbb66327d98c351.zip
SONAR-14791 - Supported MSQL and Oracle versions update
Diffstat (limited to 'server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md')
-rw-r--r--server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md b/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md
index e13061e8570..9dc339f953a 100644
--- a/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md
@@ -79,8 +79,12 @@ The configuration of Pull Request decoration changes. Previous settings are repl
**Plugins require risk consent (8.9)**
When upgrading, if you're using plugins, a SonarQube administrator needs to acknowledge the risk involved with plugin installation when prompted in SonarQube. ([MMF-2301](https://jira.sonarsource.com/browse/MMF-2301)).
-**PostgreSQL support (8.9)**
-SonarQube 8.9 only supports PostgreSQL versions 9.6 to 13. PostgreSQL versions <9.6 are no longer supported.
+**Database support updated (8.9)**
+SonarQube 8.9 supports the following database versions:
+
+* PostgreSQL versions 9.6 to 13. PostgreSQL versions <9.6 are no longer supported.
+* MSSQL Server 2014, 2016, 2017, and 2019.
+* Oracle XE, 12C, 18C, and 19C. Oracle 11G is no longer supported.
**Webhooks aren't allowed to target the instance (8.9)**
To improve security, webhooks, by default, aren't allowed to point to the SonarQube server. You can change this behavior in the configuration. ([SONAR-14682](https://jira.sonarsource.com/browse/SONAR-14682)).