Skip to content

Request to Expand MariaDB Version Support (10.11 LTS & 11.x, Including Debian 12/13 Defaults #39775

Open
@magexon

Description

@magexon

Description

Dear Magento Community,

Currently, Magento’s di.xml file restricts MariaDB compatibility to only:

MariaDB 10.2–10.6

MariaDB 11.4

However, modern Linux distributions and MariaDB’s own release cycle include newer, stable versions:

MariaDB 10.11 (LTS) – Default in Debian 12 "Bookworm" (supported until 2028)

MariaDB 11.8 – Default in upcoming Debian 13 "Trixie"

All 11.x releases (11.0–11.8) – Actively maintained stable versions

This limitation forces users to manually downgrade or upgrade MariaDB unnecessarily, creating deployment friction.

Expected behavior

Magento should support all stable MariaDB 10.x (10.2–10.11) and 11.x (11.0+) releases by updating di.xml with flexible version checks:

^10.([2-9]|1[0-1]).

^11.[0-9]+.

Benefits

Native Linux Distribution Support

Ensures compatibility with Debian 12 (10.11) and Debian 13 (11.8) out of the box.

Avoids forcing users to modify system packages just to run Magento.

Future-Proof Maintenance

The ^11.[0-9]+. regex automatically accommodates future 11.x releases without requiring di.xml updates.

Reduces maintenance overhead for both the Magento team and end-users.

Enterprise & LTS Readiness

MariaDB 10.11 (LTS) is critical for long-term deployments (supported until 2028).

Businesses shouldn’t be forced to use older versions due to artificial restrictions.

Verified Stability

Testing confirms Magento works flawlessly on 10.11 (Debian 12) and 11.8 (Debian 13) with no regressions in:

Catalog management

Checkout/payments

Indexing performance

Can the Magento team approve this change to align with real-world server environments? I’m happy to provide additional testing details if needed.

Thank you for considering this improvement!

Additional information

No response

Release note

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions