diff --git a/docs/guides/postgres/backup/kubestash/application-level/index.md b/docs/guides/postgres/backup/kubestash/application-level/index.md index e68eebf11f..6cc1d97d44 100644 --- a/docs/guides/postgres/backup/kubestash/application-level/index.md +++ b/docs/guides/postgres/backup/kubestash/application-level/index.md @@ -630,9 +630,8 @@ metadata: namespace: demo spec: manifestOptions: - restoreNamespace: dev postgres: - db: true + restoreNamespace: dev dataSource: repository: gcs-postgres-repo snapshot: latest diff --git a/docs/guides/singlestore/backup/_index.md b/docs/guides/singlestore/backup/_index.md index 79fe93f9e6..f6b4e6f801 100644 --- a/docs/guides/singlestore/backup/_index.md +++ b/docs/guides/singlestore/backup/_index.md @@ -3,7 +3,7 @@ title: Backup & Restore SingleStore menu: docs_{{ .version }}: identifier: guides-sdb-backup - name: Back & Restore + name: Backup & Restore parent: guides-singlestore weight: 40 menu_name: docs_{{ .version }} diff --git a/docs/guides/singlestore/backup/kubestash/application-level/examples/restoresession.yaml b/docs/guides/singlestore/backup/kubestash/application-level/examples/restoresession.yaml index cf266b7f6c..252e0c69e4 100644 --- a/docs/guides/singlestore/backup/kubestash/application-level/examples/restoresession.yaml +++ b/docs/guides/singlestore/backup/kubestash/application-level/examples/restoresession.yaml @@ -5,9 +5,8 @@ metadata: namespace: demo spec: manifestOptions: - restoreNamespace: dev singlestore: - db: true + restoreNamespace: dev dataSource: repository: gcs-singlestore-repo snapshot: latest diff --git a/docs/guides/singlestore/backup/kubestash/application-level/index.md b/docs/guides/singlestore/backup/kubestash/application-level/index.md index 792a59700b..64b7929728 100644 --- a/docs/guides/singlestore/backup/kubestash/application-level/index.md +++ b/docs/guides/singlestore/backup/kubestash/application-level/index.md @@ -42,7 +42,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/application-level/examples](docs/guides/singlestore/backup/kubestash/application-level/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/application-level/examples](/docs/guides/singlestore/backup/kubestash/application-level/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository. ## Backup SingleStore @@ -165,7 +165,7 @@ sample-singlestore-pods ClusterIP None 3306/TCP ``` -Here, we have to use service `sample-singlestore` and secret `sample-singlestore-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/singlestore/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database. +Here, we have to use service `sample-singlestore` and secret `sample-singlestore-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/mysql/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database. **Verify AppBinding:** @@ -683,9 +683,8 @@ metadata: namespace: demo spec: manifestOptions: - restoreNamespace: dev singlestore: - db: true + restoreNamespace: dev dataSource: repository: gcs-singlestore-repo snapshot: latest diff --git a/docs/guides/singlestore/backup/kubestash/logical/index.md b/docs/guides/singlestore/backup/kubestash/logical/index.md index a4180a739e..b1f798d3ce 100644 --- a/docs/guides/singlestore/backup/kubestash/logical/index.md +++ b/docs/guides/singlestore/backup/kubestash/logical/index.md @@ -42,7 +42,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/logical/examples](docs/guides/singlestore/backup/kubestash/logical/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/logical/examples](/docs/guides/singlestore/backup/kubestash/logical/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository. ## Backup SingleStore @@ -165,7 +165,7 @@ sdb-sample-pods ClusterIP None 3306/TCP ``` -Here, we have to use service `sdb-sample` and secret `sdb-sample-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/singlestore/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database. +Here, we have to use service `sdb-sample` and secret `sdb-sample-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/mysql/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database. **Verify AppBinding:**