Skip to content

Commit

Permalink
make build pass
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Sep 20, 2024
1 parent 262be10 commit 20dfb24
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
manifestOptions:
restoreNamespace: dev
redis:
db: true
# redis:
# db: true
dataSource:
repository: gcs-redis-repo
snapshot: latest
Expand All @@ -18,4 +18,4 @@ spec:
name: redis-addon
tasks:
- name: logical-backup-restore
- name: manifest-restore
# - name: manifest-restore
6 changes: 3 additions & 3 deletions docs/guides/redis/backup/kubestash/application-level/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ metadata:
spec:
manifestOptions:
restoreNamespace: dev
redis:
db: true
# redis:
# db: true
dataSource:
repository: gcs-redis-repo
snapshot: latest
Expand All @@ -561,7 +561,7 @@ spec:
name: redis-addon
tasks:
- name: logical-backup-restore
- name: manifest-restore
# - name: manifest-restore
```

Here,
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/redis/backup/stash/auto-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ app-sample-redis-1-1627567808 BackupConfiguration app-sample-redis-1 Succe
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/redis/backup/stash/auto-backupbackup/images/sample-redis-1.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/redis/backup/stash/auto-backup/images/sample-redis-1.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down Expand Up @@ -462,7 +462,7 @@ app-sample-redis-2-1627568283 BackupConfiguration app-sample-redis-2 Succe
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/redis/backup/stash/auto-backupbackup/images/sample-redis-2.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/redis/backup/stash/auto-backup/images/sample-redis-2.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down Expand Up @@ -643,7 +643,7 @@ app-sample-redis-3-1627568709 BackupConfiguration app-sample-redis-3 Succe
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/redis/backup/stash/auto-backupbackup/images/sample-redis-3.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/redis/backup/stash/auto-backup/images/sample-redis-3.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/redis/backup/stash/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Stash supports taking logical backup of Redis databases using [redis-dump-go](ht
The following diagram shows how Stash takes logical backup of a Redis database. Open the image in a new tab to see the enlarged version.

<figure align="center">
  <img alt="Redis Backup Overview" src="/docs/guides/redis/backup/stash/overviewerview/images/redis-logical-backup.svg">
  <img alt="Redis Backup Overview" src="/docs/guides/redis/backup/stash/overview/images/redis-logical-backup.svg">
<figcaption align="center">Fig: Redis Logical Backup Overview</figcaption>
</figure>

Expand Down Expand Up @@ -71,7 +71,7 @@ The backup process consists of the following steps:
The following diagram shows how Stash restores a Redis database from a logical backup. Open the image in a new tab to see the enlarged version.

<figure align="center">
  <img alt="Database Restore Overview" src="/docs/guides/redis/backup/stash/overviewerview/images/redis-logical-restore.svg">
  <img alt="Database Restore Overview" src="/docs/guides/redis/backup/stash/overview/images/redis-logical-restore.svg">
<figcaption align="center">Fig: Redis Logical Restore Process Overview</figcaption>
</figure>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/redis/backup/stash/standalone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ gcs-repo true 1.327 MiB 1 60s 8m

Now, if we navigate to the GCS bucket, we will see the backed up data has been stored in `demo/redis/sample-redis` directory as specified by `.spec.backend.gcs.prefix` field of the `Repository` object.
<figure align="center">
<img alt="Backup data in GCS Bucket" src="/docs/guides/redis/backup/stash/standalonedalone/images/sample-redis-backup.png">
<img alt="Backup data in GCS Bucket" src="/docs/guides/redis/backup/stash/standalone/images/sample-redis-backup.png">
<figcaption align="center">Fig: Backup data in GCS Bucket</figcaption>
</figure>

Expand Down

0 comments on commit 20dfb24

Please sign in to comment.