Skip to content

Commit 3b5a8ec

Browse files
Added backup and restore section
1 parent 26ec1aa commit 3b5a8ec

File tree

4 files changed

+705
-91
lines changed

4 files changed

+705
-91
lines changed

tools/SUMMARY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* [Galera Cluster](mariadb-enterprise-operator/galera-cluster.md)
1414
* [High Availability](mariadb-enterprise-operator/high-availability.md)
1515
* [MaxScale Database Proxy](mariadb-enterprise-operator/maxscale-database-proxy.md)
16-
* [Backup and Restore](mariadb-enterprise-operator/backup-and-restore.md)
16+
* [Backup and Restore](mariadb-enterprise-operator/backup-and-restore/README.md)
17+
* [Logical backups](mariadb-enterprise-operator/backup-and-restore/logical_backup.md)
18+
* [Physical backups](mariadb-enterprise-operator/backup-and-restore/physical_backup.md)
1719
* [Storage](mariadb-enterprise-operator/storage.md)
1820
* [TLS](mariadb-enterprise-operator/tls.md)
1921
* [Configuration](mariadb-enterprise-operator/configuration.md)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
description: >-
3+
Configure multiple backup strategies and perform restoration.
4+
layout:
5+
title:
6+
visible: true
7+
description:
8+
visible: true
9+
tableOfContents:
10+
visible: true
11+
outline:
12+
visible: true
13+
pagination:
14+
visible: false
15+
---
16+
17+
# Backup and Restore
18+

0 commit comments

Comments
 (0)