diff --git a/general/releases/4.5.md b/general/releases/4.5.md index 32af918da..88c3f3f54 100644 --- a/general/releases/4.5.md +++ b/general/releases/4.5.md @@ -33,6 +33,7 @@ Moodle supports the following database servers. Again, version numbers are just | [PostgreSQL](http://www.postgresql.org/) | 13 (increased since Moodle 4.1) | Latest | | [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1) | Latest | | [MariaDB](https://mariadb.org/) | 10.6.7 (increased since Moodle 4.1) | Latest | +| [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) | [8.0](#aurora-mysql-compatibility-version) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | | [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased since Moodle 4.3) | Latest | @@ -42,6 +43,10 @@ Since Moodle 4.3, the maximum length for the database prefix (`$CFG->prefix`) is ::: +#### Aurora MySQL compatibility version + +This system requires configuration using standard MySQL version numbers (for example, 8.0) rather than Aurora's internal versioning (for example, 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods. + ## Client requirements ### Browser support diff --git a/general/releases/5.0.md b/general/releases/5.0.md index c74f67e3a..478f8384d 100644 --- a/general/releases/5.0.md +++ b/general/releases/5.0.md @@ -33,6 +33,7 @@ Moodle supports the following database servers. Again, version numbers are just | [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest | | [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest | | [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest | +| [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) | [8.0](#aurora-mysql-compatibility-version) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | Please note that Oracle Database is no longer supported from Moodle LMS 5.0. @@ -43,6 +44,10 @@ Since Moodle 4.3, the maximum length for the database prefix (`$CFG->prefix`) is ::: +#### Aurora MySQL compatibility version + +This system requires configuration using standard MySQL version numbers (for example, 8.0) rather than Aurora's internal versioning (for example, 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods. + ## Client requirements ### Browser support diff --git a/general/releases/5.1.md b/general/releases/5.1.md index 77fc846b7..e3aa2bf3f 100644 --- a/general/releases/5.1.md +++ b/general/releases/5.1.md @@ -33,6 +33,7 @@ Moodle supports the following database servers. Again, version numbers are just | [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest | | [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest | | [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest | +| [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) | [8.0](#aurora-mysql-compatibility-version) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | Please note that Oracle Database is no longer supported from Moodle LMS 5.0. @@ -43,6 +44,10 @@ Since Moodle 4.3, the maximum length for the database prefix (`$CFG->prefix`) is ::: +#### Aurora MySQL compatibility version + +This system requires configuration using standard MySQL version numbers (for example, 8.0) rather than Aurora's internal versioning (for example, 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods. + ## Client requirements ### Browser support diff --git a/general/releases/5.2.md b/general/releases/5.2.md index 053916e42..c8c676669 100644 --- a/general/releases/5.2.md +++ b/general/releases/5.2.md @@ -33,6 +33,7 @@ Moodle supports the following database servers. Again, version numbers are just | [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest | | [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest | | [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest | +| [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) | [8.0](#aurora-mysql-compatibility-version) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | Please note that Oracle Database is no longer supported from Moodle LMS 5.0. @@ -43,6 +44,10 @@ Since Moodle 4.3, the maximum length for the database prefix (`$CFG->prefix`) is ::: +#### Aurora MySQL compatibility version + +This system requires configuration using standard MySQL version numbers (for example, 8.0) rather than Aurora's internal versioning (for example, 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods. + ## Client requirements ### Browser support diff --git a/general/releases/5.3.md b/general/releases/5.3.md index 130e5a54d..9eba96297 100644 --- a/general/releases/5.3.md +++ b/general/releases/5.3.md @@ -33,10 +33,15 @@ Moodle supports the following database servers. Again, version numbers are just | [PostgreSQL](http://www.postgresql.org/) | 14 (increased since Moodle 4.5) | Latest | | [MySQL](http://www.mysql.com/) | 8.4 (increased since Moodle 4.5) | Latest | | [MariaDB](https://mariadb.org/) | 10.11.0 (increased since Moodle 4.5) | Latest | +| [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) | [8.0](#aurora-mysql-compatibility-version) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | Please note that Oracle Database is no longer supported from Moodle LMS 5.0. +#### Aurora MySQL compatibility version + +This system requires configuration using standard MySQL version numbers (for example, 8.0) rather than Aurora's internal versioning (for example, 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods. + ## Client requirements ### Browser support