@@ -193,8 +193,8 @@ When you install the Stash, it automatically installs all the official database
193193
194194` ` ` bash
195195$ kubectl get tasks.stash.appscode.com | grep mariadb
196- mariadb-backup-10.5 .23 35s
197- mariadb-restore -10.5.8 35s
196+ mariadb-backup-10.6 .23 35s
197+ mariadb-backup -10.6.23 35s
198198` ` `
199199
200200# ## Ensure AppBinding
@@ -307,7 +307,7 @@ If everything goes well, the phase of the `BackupConfiguration` should be `Ready
307307` ` ` bash
308308$ kubectl get backupconfiguration -n demo
309309NAME TASK SCHEDULE PAUSED PHASE AGE
310- sample-mariadb-backup mariadb-backup-10.5 .23 * /5 * * * * Ready 11s
310+ sample-mariadb-backup mariadb-backup-10.6 .23 * /5 * * * * Ready 11s
311311` ` `
312312
313313# ### Verify CronJob
@@ -386,7 +386,7 @@ Verify that the `BackupConfiguration` has been paused,
386386` ` ` bash
387387$ kubectl get backupconfiguration -n demo sample-mariadb-backup
388388NAME TASK SCHEDULE PAUSED PHASE AGE
389- sample-mariadb-backup mariadb-backup-10.5 .23 * /5 * * * * true Ready 26m
389+ sample-mariadb-backup mariadb-backup-10.6 .23 * /5 * * * * true Ready 26m
390390` ` `
391391
392392Notice the ` PAUSED` column. Value ` true` for this field means that the ` BackupConfiguration` has been paused.
@@ -459,7 +459,7 @@ metadata:
459459 namespace: demo
460460spec:
461461 task:
462- name: mariadb-restore -10.5.8
462+ name: mariadb-backup -10.6.23
463463 repository:
464464 name: gcs-repo
465465 target:
@@ -566,7 +566,7 @@ Verify that the `BackupConfiguration` has been resumed,
566566` ` ` bash
567567$ kubectl get backupconfiguration -n demo sample-mariadb-backup
568568NAME TASK SCHEDULE PAUSED PHASE AGE
569- sample-mariadb-backup mariadb-backup-10.5 .23 * /5 * * * * false Ready 29m
569+ sample-mariadb-backup mariadb-backup-10.6 .23 * /5 * * * * false Ready 29m
570570` ` `
571571
572572Here, ` false` in the ` PAUSED` column means the backup has been resume successfully. The CronJob also should be resumed now.
0 commit comments