Skip to content
1 change: 1 addition & 0 deletions release-notes/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2462,4 +2462,5 @@
* [Connector/R2DBC 1.0.0 Release Notes](connectors/r2dbc/mariadb-connector-r2dbc-1-0-0-release-notes.md)
* [Enterprise Operator Release Notes](enterprise-operator/README.md)
* [MariaDB Enterprise Operator 1.0.0](enterprise-operator/mariadb-enterprise-operator-1-0-0.md)
* [MariaDB Enterprise Operator 25.08](enterprise-operator/mariadb-enterprise-operator-25-08.md)
* [Test Page](test-page.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# MariaDB Enterprise Operator 25.08

**Release date**: 26 August 2025

We are excited to announce release of **MariaDB Enterprise Operator 25.08** - delivering enterprise-grade automation for managing MariaDB Enterprise workloads on Kubernetes and Red Hat OpenShift.

This enterprise version is based on the [25.8.3 Community release](https://github.com/mariadb-operator/mariadb-operator/releases/tag/25.8.3), adding support for non-blocking Physical Backups and the IBM Power (ppc64le) architecture among other enterprise-grade enhancements.

### Non-Blocking Physical Backups

With the Enterprise Operator, we extend physical backups via mariadb-backup and Volume Snapshots available in Community version with support for non-blocking physical backups. By leveraging [MariaDB’s BACKUP STAGE](https://mariadb.com/docs/server/reference/sql-statements/administrative-sql-statements/backup-commands/backup-stage) feature, backups are taken without long read locks or service interruptions. This enables consistent, production-grade backups with minimal impact on running workloads, ideal for high-availability and performance-sensitive environments.


### IBM Power (ppc64le) architecture support

We’ve added support for the ppc64le architecture for Enterprise Operator, enabling deployment and management of containerized MariaDB Enterprise Server and MaxScale on IBM Power systems, including certified images with Red Hat OpenShift for ppc64le. This enhancement allows teams to standardize Kubernetes-based database operations across diverse infrastructures, including amd64, arm64, and ppc64le environments.

### Compatibility with CNCF-Certified Kubernetes Distributions

We are extending our engineering policy to support the three latest Kubernetes versions across all [CNCF-certified Kubernetes distributions](https://www.cncf.io/training/certification/software-conformance/). While validation is performed on upstream Kubernetes, support extends to certified container platforms based on CNCF conformance, including Amazon EKS, Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), VMware Tanzu Kubernetes Grid, and other CNCF-certified distributions. Infrastructure-related issues, such as misconfigured Kubernetes clusters or problems with CSI (storage) or CNI (network) drivers, remain outside the scope of support.

### Validation with OpenShift 4.16 EUS version

The Enterprise Operator is now validated with OpenShift 4.16, in addition to the currently available 4.18 version. This update ensures compatibility with the two most recent OpenShift Extended Update Support (EUS) versions, allowing platform teams to deploy and manage MariaDB Enterprise Server and MaxScale while staying aligned with Red Hat’s recommended upgrade path.

### Platform and component versions

The current release has been tested with the following versions:

| Platform/Component | Version |
| ------------------------- | -------- |
| Kubernetes | 1.33 |
| OpenShift | 4.18.6, 4.16.4 |
| MariaDB Enterprise Server | 11.4.7-4 |
| MaxScale | 25.01.3-1 |

{% include "https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/~/reusable/pNHZQXPP5OEz2TgvhFva/" %}

{% @marketo/form formid="4316" formId="4316" %}
4 changes: 3 additions & 1 deletion tools/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
* [Galera Cluster](mariadb-enterprise-operator/galera-cluster.md)
* [High Availability](mariadb-enterprise-operator/high-availability.md)
* [MaxScale Database Proxy](mariadb-enterprise-operator/maxscale-database-proxy.md)
* [Backup and Restore](mariadb-enterprise-operator/backup-and-restore.md)
* [Backup and Restore](mariadb-enterprise-operator/backup-and-restore/README.md)
* [Logical backups](mariadb-enterprise-operator/backup-and-restore/logical_backup.md)
* [Physical backups](mariadb-enterprise-operator/backup-and-restore/physical_backup.md)
* [Storage](mariadb-enterprise-operator/storage.md)
* [TLS](mariadb-enterprise-operator/tls.md)
* [Configuration](mariadb-enterprise-operator/configuration.md)
Expand Down
481 changes: 332 additions & 149 deletions tools/mariadb-enterprise-operator/api-reference.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions tools/mariadb-enterprise-operator/backup-and-restore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
description: >-
Configure multiple backup strategies and perform restoration.
layout:
title:
visible: true
description:
visible: true
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: false
---

# Backup and Restore

Loading