MariaDB Releases
Track every MariaDB release from latest stable to end-of-life. Version timelines, MySQL compatibility, unique features, and upgrade guidance.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- SUPER privilege split into finer-grained privileges
- Some deprecated syntax removed
- System-versioned tables behavior changes
- optimizer_switch defaults updated
Migration Notes
LTS-to-LTS within the 10.x series is straightforward. Run mariadb-upgrade after updating binaries. Test stored procedures and views for deprecated syntax.
Breaking Changes
- Major version jump — some deprecated features removed
- System tables format changes
- Replication configuration changes
- Some defaults changed for performance
- utf8 now maps to utf8mb3 explicitly
Migration Notes
The 10.x to 11.x jump is bigger than a minor upgrade. Run mariadb-upgrade. Test all applications thoroughly. Replication setups need version-specific testing. This is your next LTS target (supported until 2029).
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| MariaDB 10.5 and below | Critical | High | EOL | Dropping | Critical | Past EOL — upgrade immediately |
| MariaDB 10.6 LTS | Medium | Low | Maintenance | Full | Medium | Supported until Jul 2026 — plan upgrade |
| MariaDB 10.11 LTS | Low | Low | Active | Full | Low | LTS until Feb 2028 — solid choice |
| MariaDB 11.4 LTS | None | Low | Active | Full | Low | Latest LTS — recommended for new deployments |
| MariaDB 11.x short-term | High | Low | Short-term | Partial | High | Not for production — use LTS instead |
Risk combines EOL status, security patches, MySQL compat divergence, and cloud provider support. Assessed as of March 2026.
LTS Version Feature Comparison
Side-by-side feature differences across major versions.
| Feature | 10.6 LTS | 10.11 LTS | 11.4 LTS |
|---|---|---|---|
| Galera Cluster | 4.x | 4.x | 4.x |
| Columnstore | 6.x | 6.x | 7.x |
| System-versioned tables | Stable | Enhanced | Enhanced |
| Oracle compat mode | Stable | Stable | Stable |
| JSON functions | Basic | Improved | Enhanced |
| Window functions | Stable | Stable | Stable |
| UUID data type | No | Stable | Stable |
| GRANT ... TO PUBLIC | No | No | Stable |
| Privilege granularity | Basic | Fine-grained | Fine-grained |
| Supported until | Jul 2026 | Feb 2028 | May 2029 |
Embed Badges
Add live MariaDB status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about MariaDB releases and lifecycle.