diff --git a/docs/guides/kafka/concepts/connectcluster.md b/docs/guides/kafka/concepts/connectcluster.md index d24b5d5a27..7f86980336 100644 --- a/docs/guides/kafka/concepts/connectcluster.md +++ b/docs/guides/kafka/concepts/connectcluster.md @@ -250,7 +250,7 @@ The `spec.tls` contains the following fields: - `postalCodes` ( `[]string` | `nil` ) - is a list of postal codes. - `serialNumber` ( `string` | `""` ) is a serial number. - For more details, visit [here](https://golang.org/pkg/crypto/x509/pkix/#Name). + For more details, visit [here](https://pkg.go.dev/crypto/x509/pkix#Name). - `duration` ( `string` | `""` ) - is the period during which the certificate is valid. A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as `"300m"`, `"1.5h"` or `"20h45m"`. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". - `renewBefore` ( `string` | `""` ) - is a specifiable time before expiration duration. diff --git a/docs/guides/mongodb/README.md b/docs/guides/mongodb/README.md index 8102f3e48b..1d6e0d1f2f 100644 --- a/docs/guides/mongodb/README.md +++ b/docs/guides/mongodb/README.md @@ -54,7 +54,7 @@ aliases: - [Quickstart MongoDB](/docs/guides/mongodb/quickstart/quickstart.md) with KubeDB Operator. - [MongoDB Replicaset](/docs/guides/mongodb/clustering/replicaset.md) with KubeDB Operator. - [MongoDB Sharding](/docs/guides/mongodb/clustering/sharding.md) with KubeDB Operator. -- [Backup & Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup & Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Start [MongoDB with Custom Config](/docs/guides/mongodb/configuration/using-config-file.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). diff --git a/docs/guides/mongodb/arbiter/replicaset.md b/docs/guides/mongodb/arbiter/replicaset.md index cc40ab4f28..310ca886d5 100644 --- a/docs/guides/mongodb/arbiter/replicaset.md +++ b/docs/guides/mongodb/arbiter/replicaset.md @@ -824,7 +824,7 @@ kubectl delete ns demo ## Next Steps - Deploy MongoDB shard [with Arbiter](/docs/guides/mongodb/arbiter/sharding.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/arbiter/sharding.md b/docs/guides/mongodb/arbiter/sharding.md index 8776f10b55..d5e6b57006 100644 --- a/docs/guides/mongodb/arbiter/sharding.md +++ b/docs/guides/mongodb/arbiter/sharding.md @@ -1057,7 +1057,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/backup/kubestash/auto-backup/_index.md b/docs/guides/mongodb/backup/kubestash/auto-backup/_index.md index 02e3a0be90..5b94b2c9ad 100644 --- a/docs/guides/mongodb/backup/kubestash/auto-backup/_index.md +++ b/docs/guides/mongodb/backup/kubestash/auto-backup/_index.md @@ -20,9 +20,9 @@ In this tutorial, we are going to show how you can configure a backup blueprint ## Before You Begin - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. -- Install KubeStash Enterprise in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/enterprise/). +- Install KubeStash Enterprise in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/stash/). - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). -- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/overview/index.md). +- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/stash/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](https://stash.run/docs/latest/guides/auto-backup/overview/). - If you are not familiar with the available auto-backup options for databases in Stash, please check the following guide [here](https://stash.run/docs/latest/guides/auto-backup/database/). diff --git a/docs/guides/mongodb/backup/kubestash/logical/replicaset/_index.md b/docs/guides/mongodb/backup/kubestash/logical/replicaset/_index.md index f682e145e5..d82ad944e4 100644 --- a/docs/guides/mongodb/backup/kubestash/logical/replicaset/_index.md +++ b/docs/guides/mongodb/backup/kubestash/logical/replicaset/_index.md @@ -21,7 +21,7 @@ KubeStash v0.1.0+ supports backup and restoration of MongoDB databases. This gui - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install KubeStash Enterprise in your cluster following the steps [here(link needed)](). - Install KubeStash `kubectl` plugin following the steps [here(link needed)](). -- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/index.md). +- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/_index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/kubestash/logical/sharding/_index.md b/docs/guides/mongodb/backup/kubestash/logical/sharding/_index.md index a146ce5637..1a5f1c3724 100644 --- a/docs/guides/mongodb/backup/kubestash/logical/sharding/_index.md +++ b/docs/guides/mongodb/backup/kubestash/logical/sharding/_index.md @@ -21,7 +21,7 @@ KubeStash v0.1.0+ supports backup and restoration of MongoDB databases. This gui - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install KubeStash Enterprise in your cluster following the steps [here(link needed)](). - Install KubeStash `kubectl` plugin following the steps [here(link needed)](). -- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/index.md). +- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/_index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/kubestash/logical/standalone/_index.md b/docs/guides/mongodb/backup/kubestash/logical/standalone/_index.md index 3d84912808..43b554ee33 100644 --- a/docs/guides/mongodb/backup/kubestash/logical/standalone/_index.md +++ b/docs/guides/mongodb/backup/kubestash/logical/standalone/_index.md @@ -21,7 +21,7 @@ KubeStash v0.1.0+ supports backup and restoration of MongoDB databases. This gui - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install KubeStash Enterprise in your cluster following the steps [here(link needed)](). - Install KubeStash `kubectl` plugin following the steps [here(link needed)](). -- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/index.md). +- If you are not familiar with how KubeStash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/kubestash/overview/_index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/kubestash/overview/_index.md b/docs/guides/mongodb/backup/kubestash/overview/_index.md index 8db802b26f..b09365f90f 100644 --- a/docs/guides/mongodb/backup/kubestash/overview/_index.md +++ b/docs/guides/mongodb/backup/kubestash/overview/_index.md @@ -77,7 +77,7 @@ For MongoDB ReplicaSet cluster, KubeStash takes backup from one of the secondary 4. Unlock the secondary replica.
- MongoDB ReplicaSet Cluster Backup Overview + MongoDB ReplicaSet Cluster Backup Overview
Fig: MongoDB ReplicaSet Cluster Backup
@@ -95,7 +95,7 @@ For MongoDB sharded cluster, KubeStash takes backup of the individual shards as 8. Enable balancer.
- MongoDB Sharded Cluster Backup Overview + MongoDB Sharded Cluster Backup Overview
Fig: MongoDB Sharded Cluster Backup
@@ -104,7 +104,7 @@ For MongoDB sharded cluster, KubeStash takes backup of the individual shards as The following diagram shows how KubeStash restores backed up data into a MongoDB database. Open the image in a new tab to see the enlarged version.
- Database Restore Overview + Database Restore Overview
Fig: MongoDB Restore Process Overview
@@ -133,7 +133,7 @@ This section will show you restore process works for different MongoDB configura For a standalone MongoDB database, the restore job downloads the backed up data from the backend and pipe the downloaded data to `mongorestore` command which inserts the data into the desired MongoDB database.
- Standalone MongoDB Restore Overview + Standalone MongoDB Restore Overview
Fig: Standalone MongoDB Restore
@@ -142,7 +142,7 @@ For a standalone MongoDB database, the restore job downloads the backed up data For MongoDB ReplicaSet cluster, KubeStash identifies the primary replica and restore into it.
- MongoDB ReplicaSet Cluster Restore Overview + MongoDB ReplicaSet Cluster Restore Overview
Fig: MongoDB ReplicaSet Cluster Restore
@@ -151,14 +151,14 @@ For MongoDB ReplicaSet cluster, KubeStash identifies the primary replica and res For MongoDB sharded cluster, KubeStash identifies the primary replica of each shard as well as the config server and restore respective backed up data into them.
- MongoDB Sharded Cluster Restore + MongoDB Sharded Cluster Restore
Fig: MongoDB Sharded Cluster Restore
## Next Steps -- Backup a standalone MongoDB databases using Stash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/standalone/index.md). -- Backup a MongoDB Replicaset cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/replicaset/index.md). -- Backup a sharded MongoDB cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/sharding/index.md). +- Backup a standalone MongoDB databases using KubeStash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/standalone/_index.md). +- Backup a MongoDB Replicaset cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/replicaset/_index.md). +- Backup a sharded MongoDB cluster using KubeStash following the guide from [here](/docs/guides/mongodb/backup/kubestash/logical/sharding/_index.md). diff --git a/docs/guides/mongodb/backup/stash/auto-backup/index.md b/docs/guides/mongodb/backup/stash/auto-backup/index.md index 24fb326d2a..2c0912e340 100644 --- a/docs/guides/mongodb/backup/stash/auto-backup/index.md +++ b/docs/guides/mongodb/backup/stash/auto-backup/index.md @@ -22,7 +22,7 @@ In this tutorial, we are going to show how you can configure a backup blueprint - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. - Install Stash in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/stash/). - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). -- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/overview/index.md). +- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/stash/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](https://stash.run/docs/latest/guides/auto-backup/overview/). - If you are not familiar with the available auto-backup options for databases in Stash, please check the following guide [here](https://stash.run/docs/latest/guides/auto-backup/database/). @@ -295,7 +295,7 @@ app-sample-mongodb-1643781603 BackupConfiguration app-sample-mongodb Succe Once the backup has been completed successfully, you should see the backed up data has been stored in the bucket at the directory pointed by the `prefix` field of the `Repository`.
- Backup data in GCS Bucket + Backup data in GCS Bucket
Fig: Backup data in GCS Bucket
@@ -481,7 +481,7 @@ app-sample-mongodb-2-1643782861 BackupConfiguration app-sample-mongodb-2 S Once the backup has been completed successfully, you should see that Stash has created a new directory as pointed by the `prefix` field of the new `Repository` and stored the backed up data there.
- Backup data in GCS Bucket + Backup data in GCS Bucket
Fig: Backup data in GCS Bucket
@@ -671,7 +671,7 @@ app-sample-mongodb-3-1643792101 BackupConfiguration app-sample-mongodb-3 S Once the backup has been completed successfully, you should see that Stash has created a new directory as pointed by the `prefix` field of the new `Repository` and stored the backed up data there.
- Backup data in GCS Bucket + Backup data in GCS Bucket
Fig: Backup data in GCS Bucket
diff --git a/docs/guides/mongodb/backup/stash/logical/replicaset/index.md b/docs/guides/mongodb/backup/stash/logical/replicaset/index.md index 2d5eb52319..3c463946e3 100644 --- a/docs/guides/mongodb/backup/stash/logical/replicaset/index.md +++ b/docs/guides/mongodb/backup/stash/logical/replicaset/index.md @@ -21,7 +21,7 @@ Stash supports taking [backup and restores MongoDB ReplicaSet clusters in "idiom - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install Stash in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/stash/). - Install Stash `kubectl` plugin following the steps [here](https://stash.run/docs/latest/setup/install/kubectl-plugin/). -- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/overview/index.md). +- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/stash/overview/index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/stash/logical/sharding/index.md b/docs/guides/mongodb/backup/stash/logical/sharding/index.md index 8a8b58b462..080eb882f9 100644 --- a/docs/guides/mongodb/backup/stash/logical/sharding/index.md +++ b/docs/guides/mongodb/backup/stash/logical/sharding/index.md @@ -21,7 +21,7 @@ Stash 0.9.0+ supports taking [backup](https://docs.mongodb.com/manual/tutorial/b - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install Stash in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/stash/). - Install Stash `kubectl` plugin following the steps [here](https://stash.run/docs/latest/setup/install/kubectl-plugin/). -- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/overview/index.md). +- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/stash/overview/index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/stash/logical/standalone/index.md b/docs/guides/mongodb/backup/stash/logical/standalone/index.md index 2f359aabc1..19726cf29f 100644 --- a/docs/guides/mongodb/backup/stash/logical/standalone/index.md +++ b/docs/guides/mongodb/backup/stash/logical/standalone/index.md @@ -21,7 +21,7 @@ Stash 0.9.0+ supports backup and restoration of MongoDB databases. This guide wi - Install KubeDB in your cluster following the steps [here](/docs/setup/README.md). - Install Stash in your cluster following the steps [here](https://stash.run/docs/latest/setup/install/stash/). - Install Stash `kubectl` plugin following the steps [here](https://stash.run/docs/latest/setup/install/kubectl-plugin/). -- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/overview/index.md). +- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/guides/mongodb/backup/stash/overview/index.md). You have to be familiar with following custom resources: diff --git a/docs/guides/mongodb/backup/stash/overview/index.md b/docs/guides/mongodb/backup/stash/overview/index.md index daddcd9442..2d260ae3b8 100644 --- a/docs/guides/mongodb/backup/stash/overview/index.md +++ b/docs/guides/mongodb/backup/stash/overview/index.md @@ -29,7 +29,7 @@ KubeDB uses [Stash](https://stash.run) to backup and restore databases. Stash by The following diagram shows how Stash takes backup of a MongoDB database. Open the image in a new tab to see the enlarged version.
- MongoDB Backup Overview + MongoDB Backup Overview
Fig: MongoDB Backup Overview
@@ -68,7 +68,7 @@ This section will show you how backup works for different MongoDB configurations For a standalone MongoDB database, the backup job directly dumps the database using `mongodump` and pipe the output to the backup process.
- Standalone MongoDB Backup Overview + Standalone MongoDB Backup Overview
Fig: Standalone MongoDB Backup
@@ -82,7 +82,7 @@ For MongoDB ReplicaSet cluster, Stash takes backup from one of the secondary rep 4. Unlock the secondary replica.
- MongoDB ReplicaSet Cluster Backup Overview + MongoDB ReplicaSet Cluster Backup Overview
Fig: MongoDB ReplicaSet Cluster Backup
@@ -100,7 +100,7 @@ For MongoDB sharded cluster, Stash takes backup of the individual shards as well 8. Enable balancer.
- MongoDB Sharded Cluster Backup Overview + MongoDB Sharded Cluster Backup Overview
Fig: MongoDB Sharded Cluster Backup
@@ -109,7 +109,7 @@ For MongoDB sharded cluster, Stash takes backup of the individual shards as well The following diagram shows how Stash restores backed up data into a MongoDB database. Open the image in a new tab to see the enlarged version.
- Database Restore Overview + Database Restore Overview
Fig: MongoDB Restore Process Overview
@@ -138,7 +138,7 @@ This section will show you restore process works for different MongoDB configura For a standalone MongoDB database, the restore job downloads the backed up data from the backend and pipe the downloaded data to `mongorestore` command which inserts the data into the desired MongoDB database.
- Standalone MongoDB Restore Overview + Standalone MongoDB Restore Overview
Fig: Standalone MongoDB Restore
@@ -147,7 +147,7 @@ For a standalone MongoDB database, the restore job downloads the backed up data For MongoDB ReplicaSet cluster, Stash identifies the primary replica and restore into it.
- MongoDB ReplicaSet Cluster Restore Overview + MongoDB ReplicaSet Cluster Restore Overview
Fig: MongoDB ReplicaSet Cluster Restore
@@ -156,12 +156,12 @@ For MongoDB ReplicaSet cluster, Stash identifies the primary replica and restore For MongoDB sharded cluster, Stash identifies the primary replica of each shard as well as the config server and restore respective backed up data into them.
- MongoDB Sharded Cluster Restore + MongoDB Sharded Cluster Restore
Fig: MongoDB Sharded Cluster Restore
## Next Steps -- Backup a standalone MongoDB databases using Stash following the guide from [here](/docs/guides/mongodb/backup/logical/standalone/index.md). -- Backup a MongoDB Replicaset cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/logical/replicaset/index.md). -- Backup a sharded MongoDB cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/logical/sharding/index.md). +- Backup a standalone MongoDB databases using Stash following the guide from [here](/docs/guides/mongodb/backup/stash/logical/standalone/index.md). +- Backup a MongoDB Replicaset cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/stash/logical/replicaset/index.md). +- Backup a sharded MongoDB cluster using Stash following the guide from [here](/docs/guides/mongodb/backup/stash/logical/sharding/index.md). diff --git a/docs/guides/mongodb/clustering/replicaset.md b/docs/guides/mongodb/clustering/replicaset.md index 1e117f8b0d..42507c492f 100644 --- a/docs/guides/mongodb/clustering/replicaset.md +++ b/docs/guides/mongodb/clustering/replicaset.md @@ -664,7 +664,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/clustering/sharding.md b/docs/guides/mongodb/clustering/sharding.md index 5487513d27..a4afeadecb 100644 --- a/docs/guides/mongodb/clustering/sharding.md +++ b/docs/guides/mongodb/clustering/sharding.md @@ -909,7 +909,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/clustering/standalone.md b/docs/guides/mongodb/clustering/standalone.md index 493c93a0ef..82e54fe50b 100644 --- a/docs/guides/mongodb/clustering/standalone.md +++ b/docs/guides/mongodb/clustering/standalone.md @@ -514,7 +514,7 @@ kubectl delete ns demo ## Next Steps - Deploy MongoDB [ReplicaSet](/docs/guides/mongodb/clustering/replication_concept.md) -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/configuration/using-config-file.md b/docs/guides/mongodb/configuration/using-config-file.md index 704e4c8728..93802c76eb 100644 --- a/docs/guides/mongodb/configuration/using-config-file.md +++ b/docs/guides/mongodb/configuration/using-config-file.md @@ -194,7 +194,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/configuration/using-podtemplate.md b/docs/guides/mongodb/configuration/using-podtemplate.md index 501df990a0..2b12e3bd6a 100644 --- a/docs/guides/mongodb/configuration/using-podtemplate.md +++ b/docs/guides/mongodb/configuration/using-podtemplate.md @@ -184,7 +184,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/ ## Next Steps - [Quickstart MongoDB](/docs/guides/mongodb/quickstart/quickstart.md) with KubeDB Operator. -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/custom-rbac/using-custom-rbac.md b/docs/guides/mongodb/custom-rbac/using-custom-rbac.md index f6099419ac..8a4c3888cb 100644 --- a/docs/guides/mongodb/custom-rbac/using-custom-rbac.md +++ b/docs/guides/mongodb/custom-rbac/using-custom-rbac.md @@ -274,7 +274,7 @@ If you would like to uninstall the KubeDB operator, please follow the steps [her ## Next Steps - [Quickstart MongoDB](/docs/guides/mongodb/quickstart/quickstart.md) with KubeDB Operator. -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB instances using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB instances using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB instance with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB instance with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/hidden-node/replicaset.md b/docs/guides/mongodb/hidden-node/replicaset.md index e040da10b9..25b5f72821 100644 --- a/docs/guides/mongodb/hidden-node/replicaset.md +++ b/docs/guides/mongodb/hidden-node/replicaset.md @@ -975,7 +975,7 @@ kubectl delete ns demo ## Next Steps - Deploy MongoDB shard [with Hidden-node](/docs/guides/mongodb/hidden-node/sharding.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/hidden-node/sharding.md b/docs/guides/mongodb/hidden-node/sharding.md index c4699ef356..e3fc98f086 100644 --- a/docs/guides/mongodb/hidden-node/sharding.md +++ b/docs/guides/mongodb/hidden-node/sharding.md @@ -951,7 +951,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/initialization/using-script.md b/docs/guides/mongodb/initialization/using-script.md index 9b26456257..9c6a8d3e69 100644 --- a/docs/guides/mongodb/initialization/using-script.md +++ b/docs/guides/mongodb/initialization/using-script.md @@ -474,7 +474,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/monitoring/using-builtin-prometheus.md b/docs/guides/mongodb/monitoring/using-builtin-prometheus.md index 0e9ddd7bf8..4855925b39 100644 --- a/docs/guides/mongodb/monitoring/using-builtin-prometheus.md +++ b/docs/guides/mongodb/monitoring/using-builtin-prometheus.md @@ -352,7 +352,7 @@ kubectl delete ns monitoring ## Next Steps -- Learn about [backup and restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB database using Stash. +- Learn about [backup and restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB database using Stash. - Learn how to configure [MongoDB Topology](/docs/guides/mongodb/clustering/sharding.md). - Monitor your MongoDB database with KubeDB using [`out-of-the-box` Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Use [private Docker registry](/docs/guides/mongodb/private-registry/using-private-registry.md) to deploy MongoDB with KubeDB. diff --git a/docs/guides/mongodb/monitoring/using-prometheus-operator.md b/docs/guides/mongodb/monitoring/using-prometheus-operator.md index e654ec0f67..2268af4a7a 100644 --- a/docs/guides/mongodb/monitoring/using-prometheus-operator.md +++ b/docs/guides/mongodb/monitoring/using-prometheus-operator.md @@ -317,7 +317,7 @@ kubectl delete ns demo - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). - Detail concepts of [MongoDB object](/docs/guides/mongodb/concepts/mongodb.md). - Detail concepts of [MongoDBVersion object](/docs/guides/mongodb/concepts/catalog.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Use [private Docker registry](/docs/guides/mongodb/private-registry/using-private-registry.md) to deploy MongoDB with KubeDB. - Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md). diff --git a/docs/guides/mongodb/pitr/pitr.md b/docs/guides/mongodb/pitr/pitr.md index 7365d0396d..2996b9db77 100644 --- a/docs/guides/mongodb/pitr/pitr.md +++ b/docs/guides/mongodb/pitr/pitr.md @@ -470,7 +470,7 @@ kubectl delete -n demo backupstorage/gcs-storage kubectl delete ns demo ``` ## Next Steps -- Learn about [backup and restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB database using Stash. +- Learn about [backup and restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB database using Stash. - Learn about initializing [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Learn about [custom mongoVersions](/docs/guides/mongodb/concepts/catalog.md). - Want to setup MongoDB cluster? Check how to [configure Highly Available MongoDB Cluster](/docs/guides/mongodb/clustering/replicaset.md) diff --git a/docs/guides/mongodb/private-registry/using-private-registry.md b/docs/guides/mongodb/private-registry/using-private-registry.md index 239e251433..13edff6d77 100644 --- a/docs/guides/mongodb/private-registry/using-private-registry.md +++ b/docs/guides/mongodb/private-registry/using-private-registry.md @@ -177,7 +177,7 @@ kubectl delete ns demo ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/quickstart/quickstart.md b/docs/guides/mongodb/quickstart/quickstart.md index 4c8ed4dede..65431e56f1 100644 --- a/docs/guides/mongodb/quickstart/quickstart.md +++ b/docs/guides/mongodb/quickstart/quickstart.md @@ -584,7 +584,7 @@ If you are just testing some basic functionalities, you might want to avoid addi ## Next Steps -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/tls/replicaset.md b/docs/guides/mongodb/tls/replicaset.md index 3ff6a02879..9d996f6513 100644 --- a/docs/guides/mongodb/tls/replicaset.md +++ b/docs/guides/mongodb/tls/replicaset.md @@ -256,7 +256,7 @@ kubectl delete ns demo ## Next Steps - Detail concepts of [MongoDB object](/docs/guides/mongodb/concepts/mongodb.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/tls/sharding.md b/docs/guides/mongodb/tls/sharding.md index 63b19ece57..fe5be28c16 100644 --- a/docs/guides/mongodb/tls/sharding.md +++ b/docs/guides/mongodb/tls/sharding.md @@ -264,7 +264,7 @@ kubectl delete ns demo ## Next Steps - Detail concepts of [MongoDB object](/docs/guides/mongodb/concepts/mongodb.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md). diff --git a/docs/guides/mongodb/tls/standalone.md b/docs/guides/mongodb/tls/standalone.md index d5dd367ba8..3fb57bdbae 100644 --- a/docs/guides/mongodb/tls/standalone.md +++ b/docs/guides/mongodb/tls/standalone.md @@ -235,7 +235,7 @@ kubectl delete ns demo ## Next Steps - Detail concepts of [MongoDB object](/docs/guides/mongodb/concepts/mongodb.md). -- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash. +- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash. - Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md). - Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md).