Skip to content

MDL-85316 Adding Aurora MySQL version #1368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions general/releases/4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -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 (e.g., 8.0) rather than Aurora's internal versioning (e.g., 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods.

## Client requirements

### Browser support
Expand Down
5 changes: 5 additions & 0 deletions general/releases/5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 (e.g., 8.0) rather than Aurora's internal versioning (e.g., 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods.

## Client requirements

### Browser support
Expand Down
5 changes: 5 additions & 0 deletions general/releases/5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 (e.g., 8.0) rather than Aurora's internal versioning (e.g., 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods.

## Client requirements

### Browser support
Expand Down
5 changes: 5 additions & 0 deletions general/releases/5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 (e.g., 8.0) rather than Aurora's internal versioning (e.g., 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods.

## Client requirements

### Browser support
Expand Down
5 changes: 5 additions & 0 deletions general/releases/5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (e.g., 8.0) rather than Aurora's internal versioning (e.g., 3.x) to maintain compatibility with MySQL client tools, version-dependent features, and database detection methods.

## Client requirements

### Browser support
Expand Down