aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>2019-09-12 16:02:24 -0500
committerSonarTech <sonartech@sonarsource.com>2019-09-13 20:21:03 +0200
commit1cf4738b3fd35750d5efd7a64626c5286c577494 (patch)
treece84b5a77d25e1d5c59c08493a977cdbef7c7bd5 /server
parent69852f9adb7ace447f5757ee154a0f0a3d1386a7 (diff)
downloadsonarqube-1cf4738b3fd35750d5efd7a64626c5286c577494.tar.gz
sonarqube-1cf4738b3fd35750d5efd7a64626c5286c577494.zip
DOCS remove MySQL references
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/images/architecture-integrate.pngbin217937 -> 204927 bytes
-rw-r--r--server/sonar-docs/src/images/architecture-scanning.pngbin235083 -> 217807 bytes
-rw-r--r--server/sonar-docs/src/pages/setup/upgrading.md3
3 files changed, 0 insertions, 3 deletions
diff --git a/server/sonar-docs/src/images/architecture-integrate.png b/server/sonar-docs/src/images/architecture-integrate.png
index 7dc7960fd89..7cfddea1800 100644
--- a/server/sonar-docs/src/images/architecture-integrate.png
+++ b/server/sonar-docs/src/images/architecture-integrate.png
Binary files 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
--- a/server/sonar-docs/src/images/architecture-scanning.png
+++ b/server/sonar-docs/src/images/architecture-scanning.png
Binary files 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`.