From: MikeBirnstiehl Date: Thu, 12 Sep 2019 21:02:24 +0000 (-0500) Subject: DOCS remove MySQL references X-Git-Tag: 8.0~131 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1cf4738b3fd35750d5efd7a64626c5286c577494;p=sonarqube.git DOCS remove MySQL references --- diff --git a/server/sonar-docs/src/images/architecture-integrate.png b/server/sonar-docs/src/images/architecture-integrate.png index 7dc7960fd89..7cfddea1800 100644 Binary files a/server/sonar-docs/src/images/architecture-integrate.png and b/server/sonar-docs/src/images/architecture-integrate.png differ diff --git a/server/sonar-docs/src/images/architecture-scanning.png b/server/sonar-docs/src/images/architecture-scanning.png index cea3ebbfeeb..6d6c835cb27 100644 Binary files a/server/sonar-docs/src/images/architecture-scanning.png and b/server/sonar-docs/src/images/architecture-scanning.png differ diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index d02ff78d451..4db73aa438e 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -30,9 +30,6 @@ If you are using the Oracle DB, copy its JDBC driver into `$NEW_SONARQUBE_HOME/e ## Additional Information -### MySQL Deprecation and Migration -Starting with version 7.9, SonarQube will no longer support MySQL. To migrate from MySQL to a supported database, see the [MySQL Migrator tool](https://github.com/SonarSource/mysql-migrator). - ### Oracle Clean-up Starting with version 6.6, there's an additional step you may want to perform if you're using Oracle. On Oracle, the database columns to be dropped are now marked as UNUSED and are not physically dropped anymore. To reclaim disk space, Oracle administrators must drop these unused columns manually. The SQL request is `ALTER TABLE foo DROP UNUSED COLUMNS`. The relevant tables are listed in the system table `all_unused_col_tabs`.