MariaDB Lifecycle Intelligence

MariaDB End-of-Life Dates —
Official EOL Schedule for Every Version

Updated May 19, 2026 · endoflife.ai · 8 min read

MariaDB 10.6 LTS reaches end of life on July 6, 2026 — less than seven weeks away. If you're running 10.6 in production, that's your most immediate action item. MariaDB 10.4 and 10.5 are already past EOL. And the shift from the 10.x to 11.x series has caught many teams off guard — the LTS release cadence changed, and the upgrade path is not always obvious.

This page is the single reference for MariaDB end-of-life dates across every version — with EOL Risk Scores™, LTS vs rolling release explained, and a plain-English upgrade guide.

Complete MariaDB EOL Schedule

MariaDB maintains two types of releases: LTS (Long-Term Support) releases with multi-year support windows, and rolling releases with short support windows of one to two years. Most production databases should be on an LTS release. Rolling releases are for teams that want access to new features faster and are prepared to upgrade frequently.

Version Type Released End of Life Status EOL Risk Score™
MariaDB 10.4 LTS Jun 2019 Jun 18, 2024 EOL 91
MariaDB 10.5 LTS Jun 2020 Jun 24, 2025 EOL 84
MariaDB 10.6 LTS Jul 2021 Jul 6, 2026 EOL in 7 weeks 58
MariaDB 10.11 LTS Feb 2023 Feb 16, 2028 Supported 22
MariaDB 11.4 LTS May 2024 May 29, 2029 Supported 16
MariaDB 11.8 LTS Feb 2025 Jun 4, 2028 Latest LTS 10
MariaDB 10.6 LTS reaches EOL July 6, 2026 10.6 has been one of the most widely deployed MariaDB versions — a five-year LTS release that many teams chose specifically for its long support window. That window closes in seven weeks. If you're running 10.6, upgrade to 10.11 or 11.4 now. The longer you wait after July 6, the wider your unpatched CVE gap grows.

LTS vs Rolling Releases — What It Means for EOL

MariaDB's versioning changed significantly with the 11.x series, and understanding it is essential for EOL planning.

LTS releases (10.4, 10.5, 10.6, 10.11, 11.4, 11.8, and future 12.3+) receive 5 years of support. These are the versions you should be running in production. The .3 release designation within each major version series is the LTS version going forward.

Rolling releases (10.7, 10.8, 10.9, 10.10, 11.0, 11.1, 11.2, 11.3, 11.5, 11.6, 11.7, 12.0, 12.1, 12.2) receive only 1–2 years of support. They are feature preview releases meant for teams that want to test upcoming functionality. Running a rolling release in a production database is a common mistake — it looks like a newer version but has a shorter support window than the LTS it preceded.

Common mistake: running a rolling release thinking it's more "current" MariaDB 11.6 reached EOL before MariaDB 10.11 LTS. MariaDB 12.2 reached EOL on May 13, 2026 while 10.11 LTS is still supported until 2028. Version number alone does not indicate support status. Always check whether your specific version is LTS or rolling.

MariaDB 10.6 LTS — EOL July 6, 2026

MariaDB 10.6 LTS
Released Jul 5, 2021 · EOL Jul 6, 2026 · 7 weeks remaining
58
EOL Risk Score™

MariaDB 10.6 was released in July 2021 as the successor to 10.5, bringing window functions improvements, infinite precision decimals, atomic DDL, and performance improvements across the board. It became the go-to LTS version for many organizations upgrading from 10.4 and 10.5.

Its 5-year LTS window closes July 6, 2026. After that date, MariaDB Corporation will stop issuing security patches for community 10.6. Commercial extended support is available through MariaDB Enterprise for organizations that need more time — but at cost, and with a defined migration requirement.

The EOL Risk Score™ of 58 (High) reflects the imminent EOL date — seven weeks away. Once July 6 passes, that score will climb rapidly as the days-past-EOL factor increases.

Target version: Upgrade to MariaDB 10.11 LTS (supported until February 2028) or MariaDB 11.4 LTS (supported until May 2029). Both are well-tested upgrade targets from 10.6.

MariaDB 10.11 LTS — Supported Until February 2028

MariaDB 10.11 LTS
Released Feb 16, 2023 · EOL Feb 16, 2028 · Actively supported
22
EOL Risk Score™

MariaDB 10.11 is the last LTS in the 10.x series — the final chapter before the architectural changes introduced in 11.x. If you're upgrading from 10.6 and want a conservative step before moving to 11.x, 10.11 is the right target. It's actively supported until February 2028, giving you nearly two years of runway.

10.11 introduced improvements to replication, performance schema, and InnoDB. The upgrade path from 10.6 to 10.11 is well-documented and generally smooth for applications that haven't relied on deprecated features.

Good for: Teams upgrading from 10.6 who want to stay in the familiar 10.x feature set before planning a larger 11.x migration.

MariaDB 11.4 LTS — Supported Until May 2029

MariaDB 11.4 LTS
Released May 2024 · EOL May 29, 2029 · Actively supported
16
EOL Risk Score™

MariaDB 11.4 is the first LTS release in the 11.x series and represents the modern MariaDB architecture. It brings UUID data type, natural sort order, enhanced JSON support, and significant optimizer improvements. Support runs through May 2029 — the longest runway of any currently available LTS version.

If you're planning a major upgrade from 10.6 and have the capacity to test thoroughly, 11.4 is the best long-term choice. You won't need to upgrade again for three years.

Good for: Teams doing a planned migration who want maximum support runway and access to modern MariaDB features.

MariaDB 11.8 LTS — Current Recommended Version

MariaDB 11.8 LTS
Released Feb 2025 · Latest: 11.8.7 (May 2026) · Actively supported
10
EOL Risk Score™

MariaDB 11.8 is the latest LTS release, currently receiving the most active development and patch activity. Support runs through June 2028. It's the recommended target for greenfield deployments and for teams that want to stay on the leading edge of MariaDB's feature set.

For teams upgrading from 10.6, a direct jump to 11.8 is possible but requires the most testing. The 11.x series introduced changes to replication, binlog format, and some SQL mode defaults that may require application-level changes.

MariaDB vs MySQL — EOL Implications

MariaDB started as a MySQL fork in 2009 when Oracle acquired MySQL. The two databases have diverged significantly since then — particularly in the 10.x and 11.x series — but many teams still run MariaDB on infrastructure originally provisioned for MySQL, and the MySQL vs MariaDB EOL question comes up frequently in upgrade planning.

They are not interchangeable at EOL. A MySQL 8.0 EOL date does not apply to MariaDB 10.6, and vice versa. The databases have different release schedules, different LTS policies, and different vendor support structures. If your infrastructure documentation says "MySQL compatible" but you're running MariaDB, you need to track MariaDB EOL dates specifically.

Migrating from MariaDB to MySQL (or vice versa) at EOL is high risk. If your team is considering a database swap as part of an EOL migration, treat it as a full database migration project — not a version upgrade. Schema compatibility issues, replication format differences, and application query behavior can all differ in ways that don't surface until production load hits.

Amazon RDS for MariaDB has its own EOL schedule. If you're running MariaDB on Amazon RDS, check the RDS for MariaDB support dates separately — they trail community EOL dates by months in some cases. Check the EOL Checker for RDS-specific dates.

How to Upgrade Safely

Check your full database stack for EOL exposure

MariaDB is one component. Check your OS, runtime, and application dependencies too — free, no signup required.

Scan your stack Check a version Risk Score methodology

The Monthly EOL Digest™

Once a month — critical end-of-life dates, CVE blind spots, and lifecycle changes worth knowing about.

✓ You're on the list.