diff --git a/docs/README.md b/docs/README.md index 312dd3b5..bf774f24 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,13 +35,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/setup/install/community/index.md): Provides installation instructions for Stash Community Edition. - - [Enterprise Edition](/docs/setup/install/enterprise/index.md): Provides installation instructions for Stash Enterprise Edition. + - [Stash](/docs/setup/install/stash/index.md): Provides installation instructions for Stash. - [Stash kubectl Plugin](/docs/setup/install/kubectl-plugin/index.md): Provides installation instructions for Stash `kubectl` plugin. - [Troubleshooting](/docs/setup/install/troubleshooting/index.md): Provides troubleshooting guide for various installation problems. - **Uninstall Stash:** Provides uninstallation instructions for Stash and its various components. - - [Community Edition](/docs/setup/uninstall/community/index.md): Provides uninstallation instructions for Stash Community Edition. - - [Enterprise Edition](/docs/setup/uninstall/enterprise/index.md): Provides uninstallation instructions for Stash Enterprise Edition. + - [Stash](/docs/setup/uninstall/stash/index.md): Provides uninstallation instructions for Stash. - [Stash kubectl Plugin](/docs/setup/uninstall/kubectl-plugin/index.md): Provides uninstallation instructions for Stash `kubectl` plugin. - [Upgrade Stash](/docs/setup/upgrade/index.md): Provides instruction for updating Stash license and upgrading between various Stash versions. diff --git a/docs/addons/elasticsearch/auto-backup/index.md b/docs/addons/elasticsearch/auto-backup/index.md index ae108ec7..b8f43d8c 100644 --- a/docs/addons/elasticsearch/auto-backup/index.md +++ b/docs/addons/elasticsearch/auto-backup/index.md @@ -21,7 +21,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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/addons/elasticsearch/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/guides/auto-backup/overview/index.md). @@ -49,7 +49,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 diff --git a/docs/addons/elasticsearch/kubedb/index.md b/docs/addons/elasticsearch/kubedb/index.md index 2de56ec4..be7fc00e 100644 --- a/docs/addons/elasticsearch/kubedb/index.md +++ b/docs/addons/elasticsearch/kubedb/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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/addons/elasticsearch/overview/index.md). @@ -293,7 +293,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 diff --git a/docs/addons/etcd/basic-auth/index.md b/docs/addons/etcd/basic-auth/index.md index e69c9616..0c34f806 100644 --- a/docs/addons/etcd/basic-auth/index.md +++ b/docs/addons/etcd/basic-auth/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore Etcd database, please check the following guide [here](/docs/addons/etcd/overview/index.md). You have to be familiar with following custom resources: diff --git a/docs/addons/etcd/tls/index.md b/docs/addons/etcd/tls/index.md index e0e13abf..f79e8d45 100644 --- a/docs/addons/etcd/tls/index.md +++ b/docs/addons/etcd/tls/index.md @@ -20,7 +20,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore Etcd databases, please check the following guide [here](/docs/addons/etcd/overview/index.md). You have to be familiar with following custom resources: diff --git a/docs/addons/kubedump/application/index.md b/docs/addons/kubedump/application/index.md index cd4888c2..33dcee99 100644 --- a/docs/addons/kubedump/application/index.md +++ b/docs/addons/kubedump/application/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/setup/install/kubectl-plugin/index.md). - If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/addons/kubedump/overview/index.md). @@ -46,7 +46,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 diff --git a/docs/addons/kubedump/cluster/index.md b/docs/addons/kubedump/cluster/index.md index bc4c7e03..3903ae98 100644 --- a/docs/addons/kubedump/cluster/index.md +++ b/docs/addons/kubedump/cluster/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/setup/install/kubectl-plugin/index.md). - If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/addons/kubedump/overview/index.md). @@ -46,7 +46,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 diff --git a/docs/addons/kubedump/namespace/index.md b/docs/addons/kubedump/namespace/index.md index b94faca0..09e82632 100644 --- a/docs/addons/kubedump/namespace/index.md +++ b/docs/addons/kubedump/namespace/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - Install Stash `kubectl` plugin in your local machine following the steps [here](/docs/setup/install/kubectl-plugin/index.md). - If you are not familiar with how Stash backup the resource YAMLs, please check the following guide [here](/docs/addons/kubedump/overview/index.md). @@ -46,7 +46,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 diff --git a/docs/addons/mariadb/auto-backup/index.md b/docs/addons/mariadb/auto-backup/index.md index 9cfa3154..1b6ab569 100644 --- a/docs/addons/mariadb/auto-backup/index.md +++ b/docs/addons/mariadb/auto-backup/index.md @@ -21,7 +21,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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/addons/mariadb/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/guides/auto-backup/overview/index.md). @@ -49,7 +49,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 diff --git a/docs/addons/mariadb/helm/index.md b/docs/addons/mariadb/helm/index.md index cdb01703..c87a888a 100644 --- a/docs/addons/mariadb/helm/index.md +++ b/docs/addons/mariadb/helm/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore MariaDB databases, please check the following guide [here](/docs/addons/mariadb/overview/index.md). You have to be familiar with following custom resources: @@ -198,7 +198,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 diff --git a/docs/addons/mongodb/replicaset/index.md b/docs/addons/mongodb/replicaset/index.md index 474d49b6..dec19cae 100644 --- a/docs/addons/mongodb/replicaset/index.md +++ b/docs/addons/mongodb/replicaset/index.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 Enterprise in your cluster following the steps [here](/docs/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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/addons/mongodb/overview/index.md). diff --git a/docs/addons/mongodb/sharding/index.md b/docs/addons/mongodb/sharding/index.md index e89ab2cd..3840f8a2 100644 --- a/docs/addons/mongodb/sharding/index.md +++ b/docs/addons/mongodb/sharding/index.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 Enterprise in your cluster following the steps [here](/docs/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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/addons/mongodb/overview/index.md). diff --git a/docs/addons/nats/authentications/basic-auth/index.md b/docs/addons/nats/authentications/basic-auth/index.md index 55870a64..e655f44d 100644 --- a/docs/addons/nats/authentications/basic-auth/index.md +++ b/docs/addons/nats/authentications/basic-auth/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). You have to be familiar with following custom resources: @@ -217,7 +217,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 diff --git a/docs/addons/nats/authentications/jwt-auth/index.md b/docs/addons/nats/authentications/jwt-auth/index.md index d4fa7023..2808cc7e 100644 --- a/docs/addons/nats/authentications/jwt-auth/index.md +++ b/docs/addons/nats/authentications/jwt-auth/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). You have to be familiar with following custom resources: @@ -222,7 +222,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 diff --git a/docs/addons/nats/authentications/nkey-auth/index.md b/docs/addons/nats/authentications/nkey-auth/index.md index a84c6243..a2217b8a 100644 --- a/docs/addons/nats/authentications/nkey-auth/index.md +++ b/docs/addons/nats/authentications/nkey-auth/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). You have to be familiar with following custom resources: @@ -219,7 +219,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 diff --git a/docs/addons/nats/authentications/token-auth/index.md b/docs/addons/nats/authentications/token-auth/index.md index 7283aa1c..dd998514 100644 --- a/docs/addons/nats/authentications/token-auth/index.md +++ b/docs/addons/nats/authentications/token-auth/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). You have to be familiar with following custom resources: @@ -215,7 +215,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 diff --git a/docs/addons/nats/helm/index.md b/docs/addons/nats/helm/index.md index f0e29f7e..65e21001 100644 --- a/docs/addons/nats/helm/index.md +++ b/docs/addons/nats/helm/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). You have to be familiar with following custom resources: @@ -211,7 +211,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 diff --git a/docs/addons/nats/tls/index.md b/docs/addons/nats/tls/index.md index 1e2fc18b..00537ffd 100644 --- a/docs/addons/nats/tls/index.md +++ b/docs/addons/nats/tls/index.md @@ -19,7 +19,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - Install cert-manager in your cluster following the instruction [here](https://cert-manager.io/docs/installation/). - If you are not familiar with how Stash backup and restore NATS streams, please check the following guide [here](/docs/addons/nats/overview/index.md). @@ -381,7 +381,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 was installed properly using the following command. +When you install Stash, it will automatically install all the official addons. Make sure that NATS addon was installed properly using the following command. ```bash ❯ kubectl get tasks.stash.appscode.com | grep nats diff --git a/docs/addons/postgres/auto-backup/index.md b/docs/addons/postgres/auto-backup/index.md index 08fa3a23..7d479486 100644 --- a/docs/addons/postgres/auto-backup/index.md +++ b/docs/addons/postgres/auto-backup/index.md @@ -21,7 +21,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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 PostgreSQL databases, please check the following guide [here](/docs/addons/postgres/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/guides/auto-backup/overview/index.md). diff --git a/docs/addons/redis/auto-backup/index.md b/docs/addons/redis/auto-backup/index.md index 16a3071d..ae00bd56 100644 --- a/docs/addons/redis/auto-backup/index.md +++ b/docs/addons/redis/auto-backup/index.md @@ -21,7 +21,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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore Redis databases, please check the following guide [here](/docs/addons/redis/overview/index.md). - If you are not familiar with how auto-backup works in Stash, please check the following guide [here](/docs/guides/auto-backup/overview/index.md). - If you are not familiar with the available auto-backup options for databases in Stash, please check the following guide [here](/docs/guides/auto-backup/database/index.md). @@ -48,7 +48,7 @@ namespace/demo-2 created namespace/demo-3 created ``` -When you install Stash Enterprise, it installs the necessary addons to backup Redis. Verify that the Redis addons were installed properly using the following command. +When you install Stash, it installs the necessary addons to backup Redis. Verify that the Redis addons were installed properly using the following command. ```bash ❯ kubectl get tasks.stash.appscode.com | grep redis diff --git a/docs/addons/redis/helm/index.md b/docs/addons/redis/helm/index.md index a58fc9dd..43940ab2 100644 --- a/docs/addons/redis/helm/index.md +++ b/docs/addons/redis/helm/index.md @@ -19,7 +19,7 @@ Stash `{{< param "info.version" >}}` supports backup and restoration of Redis da ## 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/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you are not familiar with how Stash backup and restore Redis databases, please check the following guide [here](/docs/addons/redis/overview/index.md). You have to be familiar with following custom resources: @@ -178,7 +178,7 @@ In this section, we are going to prepare the necessary resources (i.e. database ### Ensure Redis Addon -When you install Stash Enterprise version, it will automatically install all the official database addons. Make sure that Redis addon was installed properly using the following command. +When you install Stash, it will automatically install all the official database addons. Make sure that Redis addon was installed properly using the following command. ```bash ❯ kubectl get tasks.stash.appscode.com | grep redis diff --git a/docs/guides/addons/overview/index.md b/docs/guides/addons/overview/index.md index 90219d3b..fe176464 100644 --- a/docs/guides/addons/overview/index.md +++ b/docs/guides/addons/overview/index.md @@ -38,6 +38,6 @@ A `Function` is fundamentally a container specification and `Task` specifies the ## Available Addons -The following addons are available for [Stash](/docs/setup/install/enterprise/index.md): +The following addons are available for [Stash](/docs/setup/install/stash/index.md): {{< catalogtable "elasticsearch" "mariadb" "mongodb" "mysql" "percona-xtradb" "postgres" >}} diff --git a/docs/guides/hooks/backup-and-restore-hooks/index.md b/docs/guides/hooks/backup-and-restore-hooks/index.md index d81b3f3c..6bb46ba4 100644 --- a/docs/guides/hooks/backup-and-restore-hooks/index.md +++ b/docs/guides/hooks/backup-and-restore-hooks/index.md @@ -22,7 +22,7 @@ Here, we are going to demonstrate how you can perform different actions before a ## 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 [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). -- Install Stash Enterprise in your cluster following the steps [here](/docs/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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 production-grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore MySQL databases, please check the following guide [here](/docs/addons/mysql/overview/index.md). - Also, if you haven't read about how hooks work in Stash, please check it from [here](/docs/guides/hooks/overview/index.md). diff --git a/docs/guides/hooks/batch-backup/index.md b/docs/guides/hooks/batch-backup/index.md index 36c40f67..23f48080 100644 --- a/docs/guides/hooks/batch-backup/index.md +++ b/docs/guides/hooks/batch-backup/index.md @@ -22,7 +22,7 @@ Here, we are going to demonstrate how to send a notification to a Slack channel ## 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 [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). -- Install Stash Enterprise in your cluster following the steps [here](/docs/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - 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 production-grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore MySQL databases, please check the following guide [here](/docs/addons/mysql/overview/index.md). - Also, if you haven't read about how hooks work in Stash, please check it from [here](/docs/guides/hooks/overview/index.md). diff --git a/docs/guides/hooks/slack-notification/index.md b/docs/guides/hooks/slack-notification/index.md index 216fac75..cd7e6e0a 100644 --- a/docs/guides/hooks/slack-notification/index.md +++ b/docs/guides/hooks/slack-notification/index.md @@ -18,7 +18,7 @@ In this guide, we are going to show you how to send backup notifications to a Sl ## 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 [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). -- Install Stash Enterprise in your cluster following the steps [here](/docs/setup/install/enterprise/index.md). +- Install Stash in your cluster following the steps [here](/docs/setup/install/stash/index.md). - If you haven't read about how hooks work in Stash, please check it from [here](/docs/guides/hooks/overview/index.md). You should be familiar with the following `Stash` concepts: diff --git a/docs/guides/monitoring/grafana/index.md b/docs/guides/monitoring/grafana/index.md index 7471d9e6..5d83dedd 100644 --- a/docs/guides/monitoring/grafana/index.md +++ b/docs/guides/monitoring/grafana/index.md @@ -12,13 +12,11 @@ menu_name: docs_{{ .version }} section_menu_id: guides --- -{{< notice type="warning" message="This is an Enterprise-only feature. You must be **Stash Enterprise** customer to use pre-built Stash Grafana dashboard." >}} - # Stash Grafana Dashboard Grafana provides an elegant graphical user interface to visualize data. You can create a beautiful dashboard easily with a meaningful representation of your Prometheus metrics. -We provide a pre-built Grafana dashboard to our **Stash Enterprise** users. In this guide, we are going to show you how you can import this dashboard from your Grafana UI. +We provide a pre-built Grafana dashboard to our **Stash** users. In this guide, we are going to show you how you can import this dashboard from your Grafana UI. >Some basic metrics are also available for Stash Community Edition. You can create your dashboard using those metrics. diff --git a/docs/setup/README.md b/docs/setup/README.md index 6829c5a3..af1fdfee 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -18,7 +18,7 @@ aliases: # Setup
- Install Stash + Install Stash