diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-04-18 08:49:34 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-04-23 10:37:57 +0200 |
commit | b988394a088640add8c2b04887ec03b2aa8b6515 (patch) | |
tree | c8d6c62baa46fa803b813be701933864a066b7b8 /server/sonar-docs/src/pages/requirements/requirements.md | |
parent | ee9a724c1b7772c419fbd009a0bd58c1d3234bdc (diff) | |
download | sonarqube-b988394a088640add8c2b04887ec03b2aa8b6515.tar.gz sonarqube-b988394a088640add8c2b04887ec03b2aa8b6515.zip |
DOCS remove MySQL support add migrator info
Diffstat (limited to 'server/sonar-docs/src/pages/requirements/requirements.md')
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index c56776eb2dc..d015e5b647f 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -50,19 +50,13 @@ We recommend using the Critical Path Update (CPU) releases. | | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: Latin1_General_CS_AS) | | | ![](/images/exclamation.svg) READ_COMMITTED_SNAPSHOT must be set on the SonarQube database to avoid potential deadlocks under heavy load | | | ![](/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/cross.svg) 10G | +| [Oracle](http://www.oracle.com/database/) | ![](/images/cross.svg) 10G | | | ![](/images/check.svg) 11G with backward-compatible [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers | | | ![](/images/check.svg) 12C with [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers | | | ![](/images/check.svg) XE Editions are supported | | ![](/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/exclamation.svg) Only the thin mode is supported, not OCI | -| [MySQL](http://www.mysql.com/) | Not recommended for large instances | -| | ![](/images/check.svg) 5.6 | -| | ![](/images/check.svg) 5.7 | -| | ![](/images/exclamation.svg) Must be configured to use UTF8 charset and a case-sensitive (CS) collation | -| | ![](/images/exclamation.svg) Only InnoDB storage engine is supported, but not MyISAM | -| | ![](/images/exclamation.svg)Only the bundled mysql-connector-java jar is supported | ### Web Browser To get the full experience SonarQube has to offer, you must enable JavaScript in your browser. |