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.14 to 10.6.16.
Supported MariaDB minor versions on Amazon RDSAmazon RDS currently supports the following minor versions of MariaDB.
NoteDates with only a month and a year are approximate and are updated with an exact date when itâs known.
The following table shows the minor versions of MariaDB 11.4 that Amazon RDS currently supports.
MariaDB engine version Community release date RDS release date RDS end of standard support date11.4.8
06 August 202513 August 2025
September 2026
11.4.7
22 May 20254 June 2025
September 2026
11.4.5
4 February 202524 February 2025
March 2026
11.4.4
1 November 202420 December 2024
March 2026
11.4.3
8 August 2024
15 October 2024
March 2026
The following table shows the minor versions of MariaDB 10.11 that Amazon RDS currently supports.
MariaDB engine version Community release date RDS release date RDS end of standard support date10.11.14
06 August 2025 13 August 2025September 2026
10.11.13
22 May 2025 4 June 2025September 2026
10.11.11
4 February 2025 24 February 2025March 2026
10.11.10
1 November 2024
20 December 2024
March 2026
10.11.9
8 August 2024
4 September 2024
March 2026
10.11.8
16 May 2024
14 June 2024
October 2025
The following table shows the minor versions of MariaDB 10.6 that Amazon RDS currently supports.
MariaDB engine version Community release date RDS release date RDS end of standard support date10.6.23
6 August 2025
13 August 2025
August 2026
10.6.22
6 May 2025
20 May 2025
July 2026
10.6.21
4 February 2025
24 February 2025
March 2026
10.6.20
1 November 2024
20 December 2024
March 2026
10.6.19
8 August 2024
4 September 2024
March 2026
10.6.18
16 May 2024
14 June 2024
October 2025
The following table shows the minor versions of MariaDB 10.5 that Amazon RDS currently supports.
MariaDB engine version Community release date RDS release date RDS end of standard support date10.5.29
6 May 2025
20 May 2025
February 2026
10.5.28
4 February 2025
24 February 2025
February 2026
10.5.27
1 November 2024
20 December 2024
February 2026
10.5.26
8 August 2024
4 September 2024
October 2025
10.5.25
16 May 2024
14 June 2024
October 2025
The following table shows the minor versions of MariaDB 10.4 that Amazon RDS currently supports.
MariaDB engine version Community release date RDS release date RDS end of standard support date10.4.34
16 May 2024
14 June 2024
28 February 2025
10.4.33
7 February 2024
26 February 2024
28 February 2025
10.4.32
13 November 2023
12 December 2023
28 February 2025
10.4.31
14 August 2023
7 September 2023
28 February 2025
10.4.30
7 June 2023
22 June 2023
28 February 2025
10.4.29
10 May 2023
15 June 2023
28 February 2025
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 by running 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
MariaDB minor versions on Amazon RDS MariaDB version 11.4.8
MariaDB version 11.4.8 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Added the rds_security_audit
database plugin, an internal Amazon RDS MariaDB plugin that collects security-related metrics. No customer action is required.
MariaDB version 11.4.7 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025b
.
MariaDB version 11.4.5 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025a
.
MariaDB version 11.4.4 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
MariaDB version 10.11.14MariaDB version 10.11.14 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
MariaDB version 10.11.13MariaDB version 10.11.13 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025b
.
MariaDB version 10.11.11 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025a
.
MariaDB version 10.11.10 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
MariaDB version 10.6.23MariaDB version 10.6.23 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
MariaDB version 10.6.22MariaDB version 10.6.22 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025b
.
MariaDB version 10.6.21 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025a
.
MariaDB version 10.6.20 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
MariaDB version 10.5.29MariaDB version 10.5.29 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025b
.
MariaDB version 10.5.28 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Updated the time zone information to base it on tzdata2025a
.
MariaDB version 10.5.27 is now available on Amazon RDS. This release contains fixes and improvements added by the MariaDB community and Amazon RDS.
New features and enhancements
Supported MariaDB major versions on Amazon RDSRDS 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.
NoteDates with only a month and a year are approximate and are updated with an exact date when itâs known.
You can also view information about support dates for major engine versions by running the describe-db-major-engine-versions AWS CLI command or by using the DescribeDBMajorEngineVersions RDS API operation.
MariaDB major version Community release date RDS release date Community end of life date RDS end of standard support dateMariaDB 11.4
8 August 2024
15 October 2024
May 2029
May 2029
MariaDB 10.11
16 February 2023
21 August 2023
16 February 2028
February 2028
MariaDB 10.6
6 July 2021
3 February 2022
6 July 2026
July 2026
MariaDB 10.5
24 June 2020
21 January 2021
24 June 2025
February 2026
MariaDB 10.4
18 June 2019
6 April 2020
18 June 2024
February 2025
Working with the Database Preview environmentRDS for MariaDB DB instances in the Database Preview environment are functionally similar to other RDS for MariaDB DB instances. However, you can't use the Database Preview environment for production workloads.
Preview environments have the following limitations:
Amazon RDS deletes all DB instances 60 days after you create them, along with any backups and snapshots.
You can only use General Purpose SSD and Provisioned IOPS SSD storage.
You can't get help from Support with DB instances. Instead, you can post your questions to the AWSâmanaged Q&A community, AWS re:Post.
You can't copy a snapshot of a DB instance to a production environment.
The following options are supported by the preview.
You can create DB instances using db.m6i, db.r6i, db.m6g, db.m5, db.t3, db.r6g, and db.r5 DB instance classes. For more information about RDS instance classes, see DB instance classes.
You can use both single-AZ and Multi-AZ deployments.
You can use standard MariaDB dump and load functions to export databases from or import databases to the Database Preview environment.
The following features aren't available in the Database Preview environment:
Cross-Region snapshot copy
Cross-Region read replicas
RDS Proxy
You can create a DB instance in the Database Preview environment using the AWS Management Console, AWS CLI, or RDS API.
To create a DB instance in the Database Preview environmentSign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
Choose Dashboard from the navigation pane.
In the Dashboard page, locate the Database Preview Environment section, as shown in the following image.
You can navigate directly to the Database Preview environment. Before you can proceed, you must acknowledge and accept the limitations.
To create the RDS for MariaDB DB instance, follow the same process that you would for creating any Amazon RDS DB instance. For more information, see the Console procedure in Creating a DB instance.
To create a DB instance in the Database Preview environment using the AWS CLI, use the following endpoint.
rds-preview.us-east-2.amazonaws.com
To create the RDS for MariaDB DB instance, follow the same process that you would for creating any Amazon RDS DB instance. For more information, see the AWS CLI procedure in Creating a DB instance.
To create a DB instance in the Database Preview environment using the RDS API, use the following endpoint.
rds-preview.us-east-2.amazonaws.com
To create the RDS for MariaDB DB instance, follow the same process that you would for creating any Amazon RDS DB instance. For more information, see the RDS API procedure in Creating a DB instance.
MariaDB version 11.8 in the Database Preview environmentMariaDB version 11.8 is now available in the Amazon RDS Database Preview environment. MariaDB version 11.8 contains several improvements that are described in Changes and improvements in MariaDB 11.8. This version also includes support for the vector data type, indexing, and search. For more information, see Vector Overview in the MariaDB documentation.
You can use the Database Preview environment to test your workloads against this release before it is available in all AWS Regions for production workloads. For information on the Database Preview environment, see Working with the Database Preview environment. To access the Preview Environment from the console, select rds-preview/.
MariaDB version 11.7 in the Database Preview environmentMariaDB version 11.7 is now available in the Amazon RDS Database Preview environment. MariaDB version 11.7 contains several improvements that are described in Changes and improvements in MariaDB 11.7. This version also includes support for the vector data type, indexing, and search. For more information, see Vector Overview in the MariaDB documentation.
You can use the Database Preview environment to test your workloads against this release before it is available in all AWS Regions for production workloads. For information on the Database Preview environment, see Working with the Database Preview environment. To access the Preview Environment from the console, select rds-preview/.
MariaDB version 11.4 in the Database Preview environmentMariaDB version 11.4 is now available in the Amazon RDS Database Preview environment. MariaDB version 11.4 contains several improvements that are described in Changes and improvements in MariaDB 11.4. You can use the Database Preview environment to test your workloads against this release before it is available in all AWS Regions for production workloads.
For information on the Database Preview environment, see Working with the Database Preview environment. To access the Preview Environment from the console, select rds-preview/.
Deprecated versions for Amazon RDS for MariaDBAmazon RDS for MariaDB versions 10.0, 10.1, 10.2, and 10.3 are deprecated.
For information about the Amazon RDS deprecation policy for MariaDB, see Amazon RDS FAQs.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4