From adf04e8b5fdedf23d12bbdcdddb5fab590b0405e Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 25 Aug 2020 09:38:03 -0700 Subject: [PATCH] [cherry-pick] Update Stash installation link (#173) (#175) Signed-off-by: Emruz Hossain --- docs/mongodb-replicaset.md | 2 +- docs/mongodb-sharding.md | 2 +- docs/mongodb.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mongodb-replicaset.md b/docs/mongodb-replicaset.md index 0ceead5b7..9fa1a200e 100644 --- a/docs/mongodb-replicaset.md +++ b/docs/mongodb-replicaset.md @@ -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). diff --git a/docs/mongodb-sharding.md b/docs/mongodb-sharding.md index 757bd24f3..01189dad9 100644 --- a/docs/mongodb-sharding.md +++ b/docs/mongodb-sharding.md @@ -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). diff --git a/docs/mongodb.md b/docs/mongodb.md index 42d326478..365d30785 100644 --- a/docs/mongodb.md +++ b/docs/mongodb.md @@ -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).