Skip to content

Commit

Permalink
Update spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Sep 19, 2024
1 parent fdb073a commit c6fab87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/guides/elasticsearch/backup/stash/auto-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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/).
- If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/guides/elasticsearch/backup/stash/overviewerview/index.md).
- If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/guides/elasticsearch/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/).

Expand Down Expand Up @@ -300,7 +300,7 @@ app-es-demo-1613130605 BackupConfiguration app-es-demo Succeeded 46s
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`.

<figure align="center">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backupbackup/images/es-demo.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backup/images/es-demo.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down Expand Up @@ -479,7 +479,7 @@ app-es-demo-2-1613132831 BackupConfiguration app-es-demo-2 Succeeded 41s
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.

<figure align="center">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backupbackup/images/es-demo-2.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backup/images/es-demo-2.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down Expand Up @@ -662,7 +662,7 @@ app-es-demo-3-1613133604 BackupConfiguration app-es-demo-3 Succeeded 48s
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.

<figure align="center">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backupbackup/images/es-demo-3.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/auto-backup/images/es-demo-3.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/backup/stash/kubedb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Stash 0.9.0+ supports backup and restoration of Elasticsearch clusters. This gui
- 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 Elasticsearch databases, please check the following guide [here](/docs/guides/elasticsearch/backup/stash/overviewerview/index.md).
- If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/guides/elasticsearch/backup/stash/overview/index.md).

You have to be familiar with following custom resources:

Expand Down Expand Up @@ -508,7 +508,7 @@ gcs-repo true 3.801 KiB 1 64s 3m4
Now, if we navigate to the GCS bucket, we will see the backed up data has been stored in `demo/sample-es` directory as specified by the `.spec.backend.gcs.prefix` field of the `Repository` object.

<figure align="center">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/kubedbkubedb/images/sample-es-backup.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/elasticsearch/backup/stash/kubedb/images/sample-es-backup.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down
10 changes: 5 additions & 5 deletions docs/guides/elasticsearch/backup/stash/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ KubeDB uses [Stash](https://stash.run) to backup and restore databases. Stash by
The following diagram shows how Stash takes a backup of an Elasticsearch database. Open the image in a new tab to see the enlarged version.

<figure align="center">
<img alt="Elasticsearch Backup Overview" src="/docs/guides/elasticsearch/backup/stash/overviewerview/images/backup_overview.svg">
<img alt="Elasticsearch Backup Overview" src="/docs/guides/elasticsearch/backup/stash/overview/images/backup_overview.svg">
<figcaption align="center">Fig: Elasticsearch Backup Overview</figcaption>
</figure>

Expand Down Expand Up @@ -63,7 +63,7 @@ The backup process consists of the following steps:
The following diagram shows how Stash restores backed up data into an Elasticsearch database. Open the image in a new tab to see the enlarged version.

<figure align="center">
<img alt="Database Restore Overview" src="/docs/guides/elasticsearch/backup/stash/overviewerview/images/restore_overview.svg">
<img alt="Database Restore Overview" src="/docs/guides/elasticsearch/backup/stash/overview/images/restore_overview.svg">
<figcaption align="center">Fig: Elasticsearch Restore Process</figcaption>
</figure>

Expand All @@ -85,6 +85,6 @@ The restore process consists of the following steps:

## Next Steps

- Backup your Elasticsearch databases using Stash following the guide from [here](/docs/guides/elasticsearch/backup/stash/kubedbkubedb/index.md).
- Configure a generic backup template for all the Elasticsearch databases of your cluster using Stash Auto-backup by following the guide from [here](/docs/guides/elasticsearch/backup/stash/auto-backupbackup/index.md).
- Customize the backup & restore process for your cluster by following the guides from [here](/docs/guides/elasticsearch/backup/stash/customizationzation/index.md).
- Backup your Elasticsearch databases using Stash following the guide from [here](/docs/guides/elasticsearch/backup/stash/kubedb/index.md).
- Configure a generic backup template for all the Elasticsearch databases of your cluster using Stash Auto-backup by following the guide from [here](/docs/guides/elasticsearch/backup/stash/auto-backup/index.md).
- Customize the backup & restore process for your cluster by following the guides from [here](/docs/guides/elasticsearch/backup/stash/customization/index.md).

0 comments on commit c6fab87

Please sign in to comment.