MariaDB on Amazon RDS versions - Amazon Relational Database Service

MariaDB on Amazon RDS versions

For MariaDB, version numbers are organized as version X.Y.Z. In Amazon RDS terminology, X.Y denotes the major version, and Z is the minor version number. For Amazon RDS implementations, a version change is considered major if the major version number changes, for example going from version 10.5 to 10.6. A version change is considered minor if only the minor version number changes, for example going from version 10.6.5 to 10.6.7.

Supported MariaDB minor versions on Amazon RDS

Amazon RDS currently supports the following minor versions of MariaDB.

Note

Dates with only a month and a year are approximate and are updated with an exact date when it’s known.

MariaDB engine version Community release date RDS release date RDS end of standard support date
10.6

10.6.12

6 February 2023

28 February 2023

February 2024

10.6.11

7 November 2022

18 November 2022

November 2023

10.6.10

19 September 2022

30 September 2022

September 2023

10.6.8

20 May 2022

8 July 2022

July 2023

10.6.7

12 Februray 2022

4 March 2022

20 April 2023

10.6.5

8 November 2021

3 February 2022

20 April 2023

10.5

10.5.19

6 February 2023

28 February 2023

February 2024

10.5.18

7 November 2022

18 November 2022

November 2023

10.5.17

15 August 2022

16 September 2022

September 2023

10.5.16

20 May 2022

8 July 2022

July 2023

10.5.15

12 February 2022

4 March 2022

20 April 2023

10.5.13

8 November 2021

8 December 2021

20 April 2023

10.5.12

6 August 2021

2 September 2021

20 April 2023

10.4

10.4.28

6 February 2023

28 February 2023

February 2024

10.4.27

7 November 2022

18 November 2022

November 2023

10.4.26

15 August 2022

16 September 2022

September 2023

10.4.25

20 May 2022

8 July 2022

July 2023

10.4.24

12 February 2022

4 March 2022

20 April 2023

10.3

10.3.38

6 February 2023

28 February 2023

October 2023

10.3.37

7 November 2022

18 November 2022

October 2023

10.3.36

15 August 2022

16 September 2022

September 2023

10.3.35

20 May 2022

8 July 2022

July 2023

10.3.34

12 February 2022

4 March 2022

20 April 2023

You can specify any currently supported MariaDB version when creating a new DB instance. You can specify the major version (such as MariaDB 10.5), and any supported minor version for the specified major version. If no version is specified, Amazon RDS defaults to a supported version, typically the most recent version. If a major version is specified but a minor version is not, Amazon RDS defaults to a recent release of the major version you have specified. To see a list of supported versions, as well as defaults for newly created DB instances, use the describe-db-engine-versions AWS CLI command.

For example, to list the supported engine versions for RDS for MariaDB, run the following CLI command:

aws rds describe-db-engine-versions --engine mariadb --query "*[].{Engine:Engine,EngineVersion:EngineVersion}" --output text

The default MariaDB version might vary by AWS Region. To create a DB instance with a specific minor version, specify the minor version during DB instance creation. You can determine the default minor version for an AWS Region using the following AWS CLI command:

aws rds describe-db-engine-versions --default-only --engine mariadb --engine-version major-engine-version --region region --query "*[].{Engine:Engine,EngineVersion:EngineVersion}" --output text

Replace major-engine-version with the major engine version, and replace region with the AWS Region. For example, the following AWS CLI command returns the default MariaDB minor engine version for the 10.5 major version and the US West (Oregon) AWS Region (us-west-2):

aws rds describe-db-engine-versions --default-only --engine mariadb --engine-version 10.5 --region us-west-2 --query "*[].{Engine:Engine,EngineVersion:EngineVersion}" --output text

Supported MariaDB major versions on Amazon RDS

RDS for MariaDB major versions remain available at least until community end of life for the corresponding community version. You can use the following dates to plan your testing and upgrade cycles. If Amazon extends support for an RDS for MariaDB version for longer than originally stated, we plan to update this table to reflect the later date.

Note

Dates with only a month and a year are approximate and are updated with an exact date when it’s known.

MariaDB major version Community release date RDS release date Community end of life date RDS end of standard support date

MariaDB 10.6

Current minor version: 10.6.12

6 July 2021

3 February 2022

6 July 2026

July 2026

MariaDB 10.5

Current minor version: 10.5.19

24 June 2020

21 January 2021

24 June 2025

June 2025

MariaDB 10.4

Current minor version: 10.4.28

18 June 2019

6 April 2020

18 June 2024

June 2024

MariaDB 10.3

Current minor version: 10.3.38

25 May 2018

23 October 2018

25 May 2023

23 October 2023

MariaDB 10.2

Last minor version: 10.2.44

23 May 2017

5 Jan 2018

23 May 2022

15 Oct 2022

MariaDB 10.3 end of life

On October 23, 2023, Amazon RDS is starting the end-of-life process for MariaDB version 10.3 using the following schedule, which includes upgrade recommendations. The end-of-life process ends standard support for this version. We recommend that you upgrade all MariaDB 10.3 DB instances to MariaDB 10.6 as soon as possible. For more information, see Upgrading the MariaDB DB engine.

Action or recommendation Dates

We recommend that you manually upgrade MariaDB 10.3 DB instances to the version of your choice. You can upgrade directly to MariaDB version 10.6.

Now–October 23, 2023

We recommend that you manually upgrade MariaDB 10.3 snapshots to the version of your choice.

Now–October 23, 2023

You can no longer create new MariaDB 10.3 DB instances.

You can still create read replicas of existing MariaDB 10.3 DB instances and change them from Single-AZ deployments to Multi-AZ deployments.

August 23, 2023

Amazon RDS starts automatic upgrades of your MariaDB 10.3 DB instances to version 10.6.

October 23, 2023

Amazon RDS starts automatic upgrades to version 10.6 for any MariaDB 10.3 DB instances restored from snapshots.

October 23, 2023

Amazon RDS automatically upgrades any remaining MariaDB 10.3 DB instances to version 10.6 whether or not they are in a scheduled maintenance window.

January 23, 2024

MariaDB 10.2 end of life

On October 15, 2022, Amazon RDS is starting the end-of-life process for MariaDB version 10.2 using the following schedule, which includes upgrade recommendations. The end-of-life process ends standard support for this version. We recommend that you upgrade all MariaDB 10.2 DB instances to MariaDB 10.3 or higher as soon as possible. For more information, see Upgrading the MariaDB DB engine.

Action or recommendation Dates

We recommend that you upgrade MariaDB 10.2 DB instances manually to the version of your choice. You can upgrade directly to MariaDB version 10.3 or 10.6.

Now–October 15, 2022

We recommend that you upgrade MariaDB 10.2 snapshots manually to the version of your choice.

Now–October 15, 2022

You can no longer create new MariaDB 10.2 DB instances.

You can still create read replicas of existing MariaDB 10.2 DB instances and change them from Single-AZ deployments to Multi-AZ deployments.

July 15, 2022

Amazon RDS starts automatic upgrades of your MariaDB 10.2 DB instances to version 10.3.

October 15, 2022

Amazon RDS starts automatic upgrades to version 10.3 for any MariaDB 10.2 DB instances restored from snapshots.

October 15, 2022

Amazon RDS automatically upgrades any remaining MariaDB 10.2 DB instances to version 10.3 whether or not they are in a scheduled maintenance window.

January 15, 2023

For more information about Amazon RDS for MariaDB 10.2 end of life, see Announcement: Amazon Relational Database Service (Amazon RDS) for MariaDB 10.2 End-of-Life date is October 15, 2022.

Deprecated versions for Amazon RDS for MariaDB

Amazon RDS for MariaDB version 10.0, 10.1, and 10.2 are deprecated.

For information about the Amazon RDS deprecation policy for MariaDB, see Amazon RDS FAQs.