From f47b4318975734633850ce6dac04e2954f35f15d Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Sun, 6 Oct 2024 13:08:36 +0200 Subject: [PATCH] Add blurp about experimental 8.4 support. (#1860) Signed-off-by: Dirkjan Bussink --- content/en/docs/21.0/overview/supported-databases.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/en/docs/21.0/overview/supported-databases.md b/content/en/docs/21.0/overview/supported-databases.md index f7c3a6117..b137ec780 100644 --- a/content/en/docs/21.0/overview/supported-databases.md +++ b/content/en/docs/21.0/overview/supported-databases.md @@ -16,12 +16,17 @@ Vitess supports the core features of MySQL 8.0.\*, with [some limitations](../../reference/compatibility/mysql-compatibility/). Vitess also supports [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) 8.0.\*. +### Experimental MySQL 8.4 support + +Vitess has experimental MySQL 8.4 support with +[the same limitations](../../reference/compatibility/mysql-compatibility/) as 8.0.\*. + ## Supported Databases For Imports Vitess supports importing from a wide range of databases that include: -- [MySQL](https://www.mysql.com/) version 5.7 to 8.0 -- [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) version 5.7 to 8.0 +- [MySQL](https://www.mysql.com/) version 5.7 to 8.0. Experimental support for 8.4. +- [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) version 5.7 to 8.0. Experimental support for 8.4. - [MariaDB](https://mariadb.com) versions 10.10+ ## See also