From bbbf5a4e3859a29be84121c5baa04844de3d5299 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 10 Sep 2024 15:28:05 +0000 Subject: [PATCH] Issue 721 Remove support for MySQL 5.7 Remove reference to MySQL 5.7 in docs. Fixes https://github.com/humanmade/altis-local-server/issues/721 --- docs/database.md | 4 +--- docs/specifications.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/database.md b/docs/database.md index 4d8a884e..e9fa7793 100644 --- a/docs/database.md +++ b/docs/database.md @@ -36,9 +36,7 @@ Sites expecting large numbers of logged in users or many database writes (such a ### Versions -The active version of MySQL supported by Altis is MySQL 5.7. - -Some older applications may also run MySQL 5.6. Contact Altis support to upgrade your MySQL version. +The active version of MySQL supported by Altis is MySQL 8.0. (Note that environments run using Amazon Aurora, which is MySQL-compatible but [may differ from standard MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.CompareMySQL57.html).) diff --git a/docs/specifications.md b/docs/specifications.md index 065f4e8d..da577166 100644 --- a/docs/specifications.md +++ b/docs/specifications.md @@ -8,7 +8,7 @@ order: 100 The following versions are available, and the specific version in use will depend on your configuration. - PHP Version: 7.4, 8.0, 8.1, 8.2 see [Altis compatibility chart](docs://guides/updating-php/#altis-compatibility-chart) -- MySQL Version: 5.7 (compatible; using AWS Aurora) +- MySQL Version: 8.0 (compatible; using AWS Aurora) ## PHP Modules