You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,6 @@ MySQL [(none)]> show databases;
295
295
3 rows in set (0,282 sec)
296
296
```
297
297
298
-
The MySQL database repo has the *test* folder that contains a list of scripts for populating data records and testing the contents.
299
-
300
298
Typing the following command to populate a sample *employees* data to the database:
301
299
302
300
```markdown
@@ -344,9 +342,11 @@ MySQL [(none)]> show databases;
344
342
| performance_schema |
345
343
+--------------------+
346
344
4 rows in set (0,237 sec)
345
+
```
347
346
347
+
The MySQL database repo has the *test* folder that contains a list of scripts for populating data records and testing the contents.
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.
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.
513
513
514
514

515
515
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:
517
517
518
518

519
519
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:
521
521
522
522

523
523
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**:
0 commit comments