Skip to content

Commit

Permalink
Review Round 2 Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchens32 committed Sep 1, 2023
1 parent 4fde020 commit 13530eb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions advocacy_docs/partner_docs/VeeamKasten/05-UsingVeeamKasten.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ When you have configured your Kubernetes environment per the `Configuring` secti

2. Use Veeam Kasten K10 launch a backup that creates two restore points, a local and a remote.

3. You now have a backup we can use to validate a restore in the next section

!!! Note
The Veeam backup process is explained below:
1. EDB elects a replica for the backup.
Expand All @@ -22,19 +24,20 @@ When you have configured your Kubernetes environment per the `Configuring` secti
7. The replica leaves the backup mode.
8. The backup is then over and is consistent for a restore.

3. To get ready for a Kasten K10 to complete a restore, this example deleted the namespace `EDB`.

## Restore Database

1. To get ready for a Kasten K10 to complete a restore, we will remove the EDB namespace in this example.

```bash
kubectl delete ns edb
```

## Restore Database

1. Go to your remote restore point.
2. In the Kasten interface go to your remote restore point.

2. On the remote restore point select `restore`.
3. On the remote restore point select `restore`.

3. After you have restored all of your data will be present.
4. After you have restored all of your data will be present.
![Kasten Data Restore Point](Images/KastenRestorePoint.png)


0 comments on commit 13530eb

Please sign in to comment.