惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
IT之家
IT之家
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
H
Help Net Security
V
V2EX
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 【当耐特】
月光博客
月光博客
爱范儿
爱范儿
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件

MariaDB

MariaDB R2DBC Connector 1.4.2 now available | MariaDB MariaDB 12.3 InnoDB-Accelerated Binary Logging: Delivering 1.50x Higher Throughput | MariaDB MariaDB Community Server Q3 2026 maintenance releases | MariaDB What a careful MySQL to MariaDB migration still misses | MariaDB MariaDB Community Server 10.6.28 now available | MariaDB MariaDB Node.js Connector 3.5.4 and 3.4.7 now available | MariaDB What Is Data Sovereignty and How Does MariaDB Protect Sovereignty in Cloud Databases? | MariaDB MariaDB Java Connector 3.5.10, 3.4.4, 3.3.6, and 2.7.15 now available | MariaDB MariaDB 12.3: Faster Vector Search with Matryoshka Optimization | MariaDB Multi-Cluster Replication, FIPS Mode, and More with MariaDB Enterprise Kubernetes Operator 26.06 | MariaDB An Easy Path from MySQL to MariaDB: Introducing MariaDB Migrator | MariaDB Using MariaDB Serverless Cloud Deployment for Uneven AI Workloads | MariaDB Updated MariaDB C++ and ODBC Connectors now available | MariaDB MariaDB Enterprise Server Q2 2026 Maintenance Releases | MariaDB MariaDB R2DBC Connector 1.4.1 now available | MariaDB High Performance Real-Time Analytics on MariaDB Cloud: MariaDB Exa Technical Preview | MariaDB MariaDB Java Connector 3.5.9, 3.4.3, 3.3.5, and 2.7.14 now available | MariaDB MariaDB Connector/C 3.4.9, and 3.3.19 now available | MariaDB MariaDB Node.js Connector 3.5.3 and 3.4.6 now available | MariaDB Comprehensive Self-Service Backups for Continuous Data Protection in MariaDB Cloud | MariaDB MariaDB Enterprise Server Q1 2026 Corrective Releases | MariaDB MariaDB Community Server 12.3 LTS: How It Scales AI Workloads and Delivers 4x Write Performance | MariaDB MariaDB Community Server Q2 2026 corrective releases | MariaDB How MariaDB Cloud Optimizes Database Resilience and Cost: A Deep Dive into High Availability | MariaDB Stop Paying for Air: Most Cloud Database Spend Is Wasted | MariaDB MariaDB Community Server Q2 2026 maintenance releases | MariaDB MariaDB Community Server 10.6 Is Reaching End of Life – Here’s What to Do Next | MariaDB A Clearer Path Forward for GridGain Customers | MariaDB We ran an internal AI demo competition: Here are the winners! | MariaDB MariaDB Java Connector 3.5.8 now available | MariaDB
MariaDB Enterprise Server Maintenance Releases | MariaDB
https://www.facebook.com/MariaDB.dbms · 2026-09-08 · via MariaDB

New security maintenance releases for MariaDB Enterprise Server: 11.8.9-6, 11.4.13-10, and 10.6.28-24 are now available. While these releases were originally scheduled for September 14th, we have made them available ahead of schedule in order to address security vulnerabilities.

Download Now

Notable Release Updates

MariaDB Enterprise Server 11.8.9-6

  • MariaDB Enterprise Server 11.8.9-6 Release Notes
  • State Snapshot Transfer (SST) can now use different TLS certificates, keys and CAs depending on the node’s role in the transfer, for the mariabackup and rsync SST methods. This lets a single instance present a client certificate when it acts as the donor (TLS client) and a server certificate when it acts as the joiner (TLS server)
  • When a Galera node’s state snapshot transfer (SST) was configured for encryption, either through an explicit ssl-mode or through SSL certificates in the configuration, but the encryption could not actually be established, the rsync and mariabackup SST methods silently transferred the donor’s data in cleartext: rsync when the stunnel binary was not installed, and mariabackup when no usable SSL certificate and key were found, the SST now aborts with an error in these situations instead of falling back to an unencrypted transfer
  • Galera state transfers (SST) now interpret the ssl-mode=VERIFY_CA setting as documented: a node’s certificate must come from a trusted certificate authority, but its name no longer has to match the server’s address; previously, VERIFY_CA was incorrectly treated as strictly as VERIFY_IDENTITY, which could block state transfers between healthy nodes whose certificates did not name their hosts; deployments that want the stricter name matching should set ssl-mode=VERIFY_IDENTITY explicitly
  • Proxy protocol connections from remote host leaked memory, if DNS name resolution is allowed (skip_name_resolve is not set)
  • Updated HELP system documentation and urls to the MariaDB Documentation
  • The error log associated when libaio failed to setup an asynchronous kernel interface was incorrect; it now reports the error code, a text version, and a reference to the manual page that shows a correction
  • This release incorporates Galera library version 26.4.27
  • This release incorporates MariaDB ColumnStore storage engine version 25.10.6
  • Other various security and bug fixes

MariaDB Enterprise Server 11.4.13-10

  • MariaDB Enterprise Server 11.4.13-10 Release Notes
  • State Snapshot Transfer (SST) can now use different TLS certificates, keys and CAs depending on the node’s role in the transfer, for the mariabackup and rsync SST methods. This lets a single instance present a client certificate when it acts as the donor (TLS client) and a server certificate when it acts as the joiner (TLS server)
  • When a Galera node’s state snapshot transfer (SST) was configured for encryption, either through an explicit ssl-mode or through SSL certificates in the configuration, but the encryption could not actually be established, the rsync and mariabackup SST methods silently transferred the donor’s data in cleartext: rsync when the stunnel binary was not installed, and mariabackup when no usable SSL certificate and key were found, the SST now aborts with an error in these situations instead of falling back to an unencrypted transfer
  • Galera state transfers (SST) now interpret the ssl-mode=VERIFY_CA setting as documented: a node’s certificate must come from a trusted certificate authority, but its name no longer has to match the server’s address; previously, VERIFY_CA was incorrectly treated as strictly as VERIFY_IDENTITY, which could block state transfers between healthy nodes whose certificates did not name their hosts; deployments that want the stricter name matching should set ssl-mode=VERIFY_IDENTITY explicitly
  • Proxy protocol connections from remote host leaked memory, if DNS name resolution is allowed (skip_name_resolve is not set)
  • Updated HELP system documentation and urls to the MariaDB Documentation
  • The error log associated when libaio failed to setup an asynchronous kernel interface was incorrect; it now reports the error code, a text version, and a reference to the manual page that shows a correction
  • This release incorporates Galera library version 26.4.27
  • This release incorporates MariaDB ColumnStore storage engine version 25.10.6
  • Other various security and bug fixes

MariaDB Enterprise Server 10.6.28-24

  • MariaDB Enterprise Server 10.6.28-24 Release Notes
  • State Snapshot Transfer (SST) can now use different TLS certificates, keys and CAs depending on the node’s role in the transfer, for the mariabackup and rsync SST methods. This lets a single instance present a client certificate when it acts as the donor (TLS client) and a server certificate when it acts as the joiner (TLS server)
  • When a Galera node’s state snapshot transfer (SST) was configured for encryption, either through an explicit ssl-mode or through SSL certificates in the configuration, but the encryption could not actually be established, the rsync and mariabackup SST methods silently transferred the donor’s data in cleartext: rsync when the stunnel binary was not installed, and mariabackup when no usable SSL certificate and key were found, the SST now aborts with an error in these situations instead of falling back to an unencrypted transfer
  • Galera state transfers (SST) now interpret the ssl-mode=VERIFY_CA setting as documented: a node’s certificate must come from a trusted certificate authority, but its name no longer has to match the server’s address; previously, VERIFY_CA was incorrectly treated as strictly as VERIFY_IDENTITY, which could block state transfers between healthy nodes whose certificates did not name their hosts; deployments that want the stricter name matching should set ssl-mode=VERIFY_IDENTITY explicitly
  • Proxy protocol connections from remote host leaked memory, if DNS name resolution is allowed (skip_name_resolve is not set)
  • This release incorporates Galera library version 26.4.27
  • This release incorporates MariaDB ColumnStore storage engine version 25.10.6
  • Other various security and bug fixes

Why MariaDB Enterprise Server

MariaDB Enterprise Server is an enhanced, hardened and secured version of MariaDB Community Server that delivers enterprise reliability, stability and long-term support as well as greater operational efficiency when it comes to managing large database deployments for business and mission critical applications. MariaDB Enterprise Server offers additional features needed for production workloads that are not available in the community edition, such as Enterprise Audit and Enterprise Backup, and also backports certain enterprise features to older versions so customers can take advantage of critical fixes and features immediately instead of having to upgrade to the newest version.

Being able to backport features from newer release series to older versions is a key advantage of MariaDB Enterprise Server. Quality assurance and internal processes do not always allow customers to upgrade production environments to the newest and greatest release series, although some of the new features would be of value. MariaDB Enterprise Server can help in this case, as we can backport highly requested features to existing versions in cases where we can assure that a backported feature does not decrease the stability of that release series of MariaDB Enterprise Server.

Download MariaDB Enterprise Server

MariaDB customers can download MariaDB Enterprise Server versions at mariadb.com/downloads/enterprise.