From 13530eb72cf2f93921f25fd7bd93a9bc5c3daf88 Mon Sep 17 00:00:00 2001 From: jkitchens32 Date: Fri, 1 Sep 2023 16:27:03 -0400 Subject: [PATCH] Review Round 2 Edits --- .../VeeamKasten/05-UsingVeeamKasten.mdx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/advocacy_docs/partner_docs/VeeamKasten/05-UsingVeeamKasten.mdx b/advocacy_docs/partner_docs/VeeamKasten/05-UsingVeeamKasten.mdx index 9c6bf425591..2275b542b5a 100644 --- a/advocacy_docs/partner_docs/VeeamKasten/05-UsingVeeamKasten.mdx +++ b/advocacy_docs/partner_docs/VeeamKasten/05-UsingVeeamKasten.mdx @@ -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. @@ -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)