Skip to content

Commit

Permalink
[cherry-pick] Update Stash installation link (#173) (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Emruz Hossain <[email protected]>
  • Loading branch information
1gtm authored Aug 25, 2020
1 parent bdd4240 commit adf04e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mongodb-replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Stash supports taking [backup and restores MongoDB ReplicaSet clusters in "idiom
## 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. If you do not already have a cluster, you can create one by using Minikube.
- Install Stash in your cluster following the steps [here](/docs/setup/install.md).
- Install Stash in your cluster following the steps [here](/docs/setup/README.md).
- Install MongoDB addon for Stash following the steps [here](/docs/addons/mongodb/setup/install.md).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds.
- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/addons/mongodb/overview.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/mongodb-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Stash 0.9.0+ supports taking [backup](https://docs.mongodb.com/manual/tutorial/b
## 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. If you do not already have a cluster, you can create one by using Minikube.
- Install Stash in your cluster following the steps [here](/docs/setup/install.md).
- Install Stash in your cluster following the steps [here](/docs/setup/README.md).
- Install MongoDB addon for Stash following the steps [here](/docs/addons/mongodb/setup/install.md).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds.
- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/addons/mongodb/overview.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Stash 0.9.0+ supports backup and restoration of MongoDB databases. This guide wi
## 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. If you do not already have a cluster, you can create one by using Minikube.
- Install Stash in your cluster following the steps [here](/docs/setup/install.md).
- Install Stash in your cluster following the steps [here](/docs/setup/README.md).
- Install MongoDB addon for Stash following the steps [here](/docs/addons/mongodb/setup/install.md).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds.
- If you are not familiar with how Stash backup and restore MongoDB databases, please check the following guide [here](/docs/addons/mongodb/overview.md).
Expand Down

0 comments on commit adf04e8

Please sign in to comment.