Skip to content

Commit

Permalink
Cleanup enterprise reference
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 10, 2023
1 parent 71a2bcf commit 3035e7d
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 47 deletions.
6 changes: 2 additions & 4 deletions content/docs/v2023.10.9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,11 @@ Concept explains some significant aspect of Stash. This is where you can learn a
Setup contains instruction for installing, uninstalling, and upgrading Stash.

- **Install Stash:** Provides installation instructions for Stash and its various components.
- [Community Edition](/docs/v2023.10.9/setup/install/community/): Provides installation instructions for Stash Community Edition.
- [Enterprise Edition](/docs/v2023.10.9/setup/install/enterprise/): Provides installation instructions for Stash Enterprise Edition.
- [Stash](/docs/v2023.10.9/setup/install/stash/): Provides installation instructions for Stash.
- [Stash kubectl Plugin](/docs/v2023.10.9/setup/install/kubectl-plugin/): Provides installation instructions for Stash `kubectl` plugin.
- [Troubleshooting](/docs/v2023.10.9/setup/install/troubleshooting/): Provides troubleshooting guide for various installation problems.
- **Uninstall Stash:** Provides uninstallation instructions for Stash and its various components.
- [Community Edition](/docs/v2023.10.9/setup/uninstall/community/): Provides uninstallation instructions for Stash Community Edition.
- [Enterprise Edition](/docs/v2023.10.9/setup/uninstall/enterprise/): Provides uninstallation instructions for Stash Enterprise Edition.
- [Stash](/docs/v2023.10.9/setup/uninstall/stash/): Provides uninstallation instructions for Stash.
- [Stash kubectl Plugin](/docs/v2023.10.9/setup/uninstall/kubectl-plugin/): Provides uninstallation instructions for Stash `kubectl` plugin.
- [Upgrade Stash](/docs/v2023.10.9/setup/upgrade/): Provides instruction for updating Stash license and upgrading between various Stash versions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). This step is optional. You can deploy your database using any method you want.
- If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/v2023.10.9/addons/elasticsearch/overview/).
- If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/v2023.10.9/guides/auto-backup/overview/).
Expand Down Expand Up @@ -113,7 +113,7 @@ namespace/demo-2 created
namespace/demo-3 created
```

When you install Stash Enterprise version, it will automatically install the necessary addon to backup databases. Make sure you have installed the Elasticsearch addon for Stash.
When you install Stash, it will automatically install the necessary addon to backup databases. Make sure you have installed the Elasticsearch addon for Stash.

```bash
❯ kubectl get tasks.stash.appscode.com | grep elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/elasticsearch/kubedb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash 0.9.0+ supports backup and restoration of Elasticsearch clusters. This gui
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/).
- If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/v2023.10.9/addons/elasticsearch/overview/).

Expand Down Expand Up @@ -357,7 +357,7 @@ In this section, we are going to prepare our cluster for backup.

### Ensure Elasticsearch Addons

When you install Stash Enterprise version, it will automatically install the pre-build database addons. Make sure the addons for Elasticsearch has been installed using the following command.
When you install Stash, it will automatically install the pre-build database addons. Make sure the addons for Elasticsearch has been installed using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v2023.10.9/addons/etcd/basic-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of Etcd dat
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore Etcd database, please check the following guide [here](/docs/v2023.10.9/addons/etcd/overview/).

You have to be familiar with following custom resources:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v2023.10.9/addons/etcd/tls/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of Etcd dat
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore Etcd databases, please check the following guide [here](/docs/v2023.10.9/addons/etcd/overview/).

You have to be familiar with following custom resources:
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/kubedump/application/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports taking backup of the resource YAML
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/v2023.10.9/setup/install/kubectl-plugin/).
- If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/v2023.10.9/addons/kubedump/overview/).

Expand All @@ -110,7 +110,7 @@ In this section, we are going to configure a backup for YAML definition of a Dep

#### Ensure `kubedump` Addon

When you install the Stash Enterprise version, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.
When you install the Stash, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep kubedump
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/kubedump/cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports taking backup of the resource YAML
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/v2023.10.9/setup/install/kubectl-plugin/).
- If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/v2023.10.9/addons/kubedump/overview/).

Expand All @@ -110,7 +110,7 @@ In this section, we are going to configure a backup for all the resource YAMLs o

#### Ensure `kubedump` Addon

When you install the Stash Enterprise version, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.
When you install the Stash, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep kubedump
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/kubedump/namespace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports taking backup of the resource YAML
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/v2023.10.9/setup/install/kubectl-plugin/).
- If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/v2023.10.9/addons/kubedump/overview/).

Expand All @@ -110,7 +110,7 @@ In this section, we are going to configure a backup for all the resource YAMLs o

#### Ensure `kubedump` Addon

When you install the Stash Enterprise version, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.
When you install the Stash, it will automatically install all the official addons. Make sure that `kubedump` addon was installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep kubedump
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/mariadb/auto-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). This step is optional. You can deploy your database using any method you want.
- If you are not familiar with how Stash backup and restore MariaDB databases, please check the following guide [here](/docs/v2023.10.9/addons/mariadb/overview/).
- If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/v2023.10.9/guides/auto-backup/overview/).
Expand Down Expand Up @@ -113,7 +113,7 @@ namespace/demo-2 created
namespace/demo-3 created
```

When you install Stash Enterprise, it installs the necessary addons to backup MariaDB. Verify that the MariaDB addons were installed properly using the following command.
When you install Stash, it installs the necessary addons to backup MariaDB. Verify that the MariaDB addons were installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep mariadb
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2023.10.9/addons/mariadb/helm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `v0.11.8+` supports backup and restoration of MariaDB databases. This guid
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore MariaDB databases, please check the following guide [here](/docs/v2023.10.9/addons/mariadb/overview/).

You have to be familiar with following custom resources:
Expand Down Expand Up @@ -262,7 +262,7 @@ In this section, we are going to prepare the necessary resources (i.e. database

### Ensure MariaDB Addon

When you install Stash Enterprise version, it will automatically install all the official database addons. Make sure that MariaDB addon was installed properly using the following command.
When you install Stash, it will automatically install all the official database addons. Make sure that MariaDB addon was installed properly using the following command.

```bash
$ kubectl get tasks.stash.appscode.com | grep mariadb
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v2023.10.9/addons/mongodb/replicaset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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 Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). 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/v2023.10.9/addons/mongodb/overview/).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/v2023.10.9/addons/mongodb/sharding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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 Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/). 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/v2023.10.9/addons/mongodb/overview/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of NATS str
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/v2023.10.9/addons/nats/overview/).

You have to be familiar with following custom resources:
Expand Down Expand Up @@ -281,7 +281,7 @@ In this section, we are going to prepare the necessary resources (i.e. connectio

### Ensure NATS Addon

When you install Stash Enterprise version, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.
When you install Stash, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep nats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of NATS str
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/v2023.10.9/addons/nats/overview/).

You have to be familiar with following custom resources:
Expand Down Expand Up @@ -286,7 +286,7 @@ In this section, we are going to prepare the necessary resources (i.e. connectio

### Ensure NATS Addon

When you install Stash Enterprise version, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.
When you install Stash, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep nats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of NATS str
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/v2023.10.9/addons/nats/overview/).

You have to be familiar with following custom resources:
Expand Down Expand Up @@ -283,7 +283,7 @@ In this section, we are going to prepare the necessary resources (i.e. connectio

### Ensure NATS Addon

When you install Stash Enterprise version, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.
When you install Stash, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep nats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of NATS str
## 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 Stash Enterprise in your cluster following the steps [here](/docs/v2023.10.9/setup/install/enterprise/).
- Install Stash in your cluster following the steps [here](/docs/v2023.10.9/setup/install/stash/).
- If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/v2023.10.9/addons/nats/overview/).

You have to be familiar with following custom resources:
Expand Down Expand Up @@ -279,7 +279,7 @@ In this section, we are going to prepare the necessary resources (i.e. connectio

### Ensure NATS Addon

When you install Stash Enterprise version, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.
When you install Stash, it will automatically install all the official addons. Make sure that NATS addon has been installed properly using the following command.

```bash
❯ kubectl get tasks.stash.appscode.com | grep nats
Expand Down
Loading

0 comments on commit 3035e7d

Please sign in to comment.