Skip to content

⚠️ Work in progress ⚠️ MariaDB Enterprise Operator 25.08 #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Large diffs are not rendered by default.

Loading