Skip to content

Commit 906341d

Browse files
committed
Update Blog “how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent b589df9 commit 906341d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ MySQL [(none)]> show databases;
295295
3 rows in set (0,282 sec)
296296
```
297297

298-
The MySQL database repo has the *test* folder that contains a list of scripts for populating data records and testing the contents.
299-
300298
Typing the following command to populate a sample *employees* data to the database:
301299

302300
```markdown
@@ -344,9 +342,11 @@ MySQL [(none)]> show databases;
344342
| performance_schema |
345343
+--------------------+
346344
4 rows in set (0,237 sec)
345+
```
347346

347+
The MySQL database repo has the *test* folder that contains a list of scripts for populating data records and testing the contents.
348348

349-
349+
```markdown
350350
$ mysql -h 127.0.0.1 -uroot -pCfeDemo@123 -P 42281 -t < test_employees_sha.sql
351351
+----------------------+
352352
| INFO |
@@ -398,7 +398,7 @@ $ mysql -h 127.0.0.1 -uroot -pCfeDemo@123 -P 42281 -t < test_employees_sha.sql
398398

399399
### Back up MySQL database
400400

401-
Go to the Kasten K10 Dashboard and click the Applications. Find the deployed MySQL application from the application list and expand its menu. Then click *Snapshot* button.
401+
In order to back up the MySQL database, go to the Kasten K10 Dashboard and click the Applications. Find the deployed MySQL application *mysql* from the application list and expand its menu. Then click *Snapshot* button.
402402

403403
![](/img/k10-backup-button.png)
404404

@@ -509,19 +509,19 @@ $ mysql -h 127.0.0.1 -uroot -pCfeDemo@123 -P 41797 -t <test_employees_sha.sql
509509

510510
#### Perform MySQL database restore
511511

512-
Go to application list of the Kasten K10 Dashboard and expand the menu of *mysql* application. Then click *Restore* button.
512+
In order to restore the MySQL database, go to application list of the Kasten K10 Dashboard and expand the menu of *mysql* application. Then click *Restore* button.
513513

514514
![](/img/k10-restore-button.png)
515515

516-
Select a restore point from the list and click it.
516+
Select a restore point from the list and click it. The *Restore Point* page will show up:
517517

518518
![](/img/k10-restore-point.png)
519519

520-
Using all the default options from **Restore Point**, click *Restore* button:
520+
Use all the default options from **Restore Point** and click *Restore* button:
521521

522522
![](/img/k10-restore.png)
523523

524-
The restore of the MySQL database will be started from the selected restore point. It will another few seconds. Go back to the Dashboard, you should see the completed *Restore* entry under **Actions**:
524+
The restore of the MySQL database will be started from the selected restore point. It will take a few seconds. Go back to the Dashboard, you should see the completed *Restore* entry under **Actions**:
525525

526526
![](/img/k10-dashboard-restore.png)
527527

@@ -587,5 +587,6 @@ $ mysql -h 127.0.0.1 -uroot -pCfeDemo@123 -P 42281 -t < test_employees_sha.sql
587587
| count | OK |
588588
+---------+--------+
589589

590+
```
590591

591-
```
592+
### Summary

0 commit comments

Comments
 (0)