diff --git a/docs/guides/mariadb/backup/_index.md b/docs/guides/mariadb/backup/_index.md index ca40ea577..448fec76a 100644 --- a/docs/guides/mariadb/backup/_index.md +++ b/docs/guides/mariadb/backup/_index.md @@ -2,7 +2,7 @@ title: Backup & Restore MariaDB menu: docs_{{ .version }}: - identifier: guides-mariadb-backup-stash + identifier: guides-mariadb-backup name: Backup & Restore parent: guides-mariadb weight: 70 diff --git a/docs/guides/mariadb/backup/kubestash/logical/index.md b/docs/guides/mariadb/backup/kubestash/logical/index.md index 325548c53..0c57a0c6b 100644 --- a/docs/guides/mariadb/backup/kubestash/logical/index.md +++ b/docs/guides/mariadb/backup/kubestash/logical/index.md @@ -13,7 +13,7 @@ section_menu_id: guides # Backup and Restore MariaDB database using KubeStash -KubeStash allows you to backup and restore `MariaDB` databases. It supports backups for `MariaDB` instances running in Standalone, and HA cluster configurations. KubeStash makes managing your `MariaDB` backups and restorations more straightforward and efficient. +KubeStash allows you to backup and restore `MariaDB` databases. It supports backups for `MariaDB` instances running in Standalone, and Galera cluster configurations. KubeStash makes managing your `MariaDB` backups and restorations more straightforward and efficient. This guide will give you an overview how you can take backup and restore your `MariaDB` databases using `Kubestash`. @@ -106,8 +106,8 @@ sample-mariadb-auth kubernetes.io/basic-auth 2 5m49s $ kubectl get service -n demo -l=app.kubernetes.io/instance=sample-mariadb NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE -sample-mariadb ClusterIP 10.128.7.155 3306/TCP 6m28s -sample-mariadb-pods ClusterIP None 3306/TCP 6m28s 5432/TCP 5m55s +sample-mariadb ClusterIP 10.128.7.155 3306/TCP 6m28s +sample-mariadb-pods ClusterIP None 3306/TCP 6m28s ``` Here, we have to use service `sample-mariadb` and secret `sample-mariadb-auth` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/mariadb/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database. @@ -544,7 +544,7 @@ status: > KubeStash uses `mariadb-dump` to perform backups of target `MariaDB` databases. Therefore, the component name for logical backups is set as `dump`. -Now, if we navigate to the GCS bucket, we will see the backed up data stored in the `demo/popstgres/repository/v1/frequent-backup/dump` directory. KubeStash also keeps the backup for `Snapshot` YAMLs, which can be found in the `demo/mariadb/snapshots` directory. +Now, if we navigate to the GCS bucket, we will see the backed up data stored in the `demo/mariadb/repository/v1/frequent-backup/dump` directory. KubeStash also keeps the backup for `Snapshot` YAMLs, which can be found in the `demo/mariadb/snapshots` directory. > Note: KubeStash stores all dumped data encrypted in the backup directory, meaning it remains unreadable until decrypted. diff --git a/docs/guides/mariadb/backup/stash/_index.md b/docs/guides/mariadb/backup/stash/_index.md new file mode 100644 index 000000000..5b70dae6c --- /dev/null +++ b/docs/guides/mariadb/backup/stash/_index.md @@ -0,0 +1,10 @@ +--- +title: Backup & Restore MariaDB | Stash +menu: + docs_{{ .version }}: + identifier: guides-mariadb-backup-stashv1 + name: Stash + parent: guides-mariadb-backup + weight: 50 +menu_name: docs_{{ .version }} +--- diff --git a/docs/guides/mariadb/backup/stash/auto-backup/index.md b/docs/guides/mariadb/backup/stash/auto-backup/index.md index 7cd0ffc14..4c42babdf 100644 --- a/docs/guides/mariadb/backup/stash/auto-backup/index.md +++ b/docs/guides/mariadb/backup/stash/auto-backup/index.md @@ -3,9 +3,9 @@ title: MariaDB Auto-Backup | Stash description: Backup MariaDB using Stash Auto-Backup menu: docs_{{ .version }}: - identifier: guides-mariadb-backup-auto-backup-stash + identifier: guides-mariadb-backup-auto-backup-stashv1 name: Auto-Backup - parent: guides-mariadb-backup-stash + parent: guides-mariadb-backup-stashv1 weight: 30 menu_name: docs_{{ .version }} section_menu_id: guides diff --git a/docs/guides/mariadb/backup/stash/customization/index.md b/docs/guides/mariadb/backup/stash/customization/index.md index c67168f5a..19fd9cd88 100644 --- a/docs/guides/mariadb/backup/stash/customization/index.md +++ b/docs/guides/mariadb/backup/stash/customization/index.md @@ -3,9 +3,9 @@ title: MariaDB Backup Customization | Stash description: Customizing MariaDB Backup and Restore process with Stash menu: docs_{{ .version }}: - identifier: guides-mariadb-backup-customization-stash + identifier: guides-mariadb-backup-customization-stashv1 name: Customizing Backup & Restore Process - parent: guides-mariadb-backup-stash + parent: guides-mariadb-backup-stashv1 weight: 40 menu_name: docs_{{ .version }} section_menu_id: guides diff --git a/docs/guides/mariadb/backup/stash/logical/_index.md b/docs/guides/mariadb/backup/stash/logical/_index.md index fb5c387dd..ae81756a1 100644 --- a/docs/guides/mariadb/backup/stash/logical/_index.md +++ b/docs/guides/mariadb/backup/stash/logical/_index.md @@ -2,9 +2,9 @@ title: Logical Backup of MariaDB Using Stash menu: docs_{{ .version }}: - identifier: guides-mariadb-backup-logical-stash + identifier: guides-mariadb-backup-logical-stashv1 name: Logical Backup - parent: guides-mariadb-backup-stash + parent: guides-mariadb-backup-stashv1 weight: 20 menu_name: docs_{{ .version }} --- diff --git a/docs/guides/mariadb/backup/stash/overview/index.md b/docs/guides/mariadb/backup/stash/overview/index.md index 5f0aabe03..cb53467d9 100644 --- a/docs/guides/mariadb/backup/stash/overview/index.md +++ b/docs/guides/mariadb/backup/stash/overview/index.md @@ -2,9 +2,9 @@ title: Backup & Restore MariaDB Using Stash menu: docs_{{ .version }}: - identifier: guides-mariadb-backup-overview-stash + identifier: guides-mariadb-backup-overview-stashv1 name: Overview - parent: guides-mariadb-backup-stash + parent: guides-mariadb-backup-stashv1 weight: 10 menu_name: docs_{{ .version }} section_menu_id: guides