]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS remove MySQL references
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Thu, 12 Sep 2019 21:02:24 +0000 (16:02 -0500)
committerSonarTech <sonartech@sonarsource.com>
Fri, 13 Sep 2019 18:21:03 +0000 (20:21 +0200)
server/sonar-docs/src/images/architecture-integrate.png
server/sonar-docs/src/images/architecture-scanning.png
server/sonar-docs/src/pages/setup/upgrading.md

index 7dc7960fd898c89348dc39e0d6c63dba2f040723..7cfddea18001b2dea60b44cdb4b24d93bcc4de0a 100644 (file)
Binary files a/server/sonar-docs/src/images/architecture-integrate.png and b/server/sonar-docs/src/images/architecture-integrate.png differ
index cea3ebbfeeb753f76e1143a841d16c6243793e4f..6d6c835cb273812a72cd53660f6adb540d9b491a 100644 (file)
Binary files a/server/sonar-docs/src/images/architecture-scanning.png and b/server/sonar-docs/src/images/architecture-scanning.png differ
index d02ff78d451f5980109abd44a0356582ac5c6417..4db73aa438e48f26621fcecc8f9ae5973a751fc2 100644 (file)
@@ -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`.