Skip to content

Commit 12b419c

Browse files
Fix mariadb backup restore task version
Signed-off-by: souravbiswassanto <[email protected]>
1 parent 8e02817 commit 12b419c

File tree

2 files changed

+8
-8
lines changed
  • docs/guides/mariadb

2 files changed

+8
-8
lines changed

docs/guides/mariadb/backup/stash/logical/standalone/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
309309
NAME 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
388388
NAME 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
392392
Notice the `PAUSED` column. Value `true` for this field means that the `BackupConfiguration` has been paused.
@@ -459,7 +459,7 @@ metadata:
459459
namespace: demo
460460
spec:
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
568568
NAME 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
572572
Here, `false` in the `PAUSED` column means the backup has been resume successfully. The CronJob also should be resumed now.

docs/guides/mariadb/concepts/mariadb-version/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ spec:
8080
stash:
8181
addon:
8282
backupTask:
83-
name: mariadb-backup-10.5.8
83+
name: mariadb-backup-10.6.23
8484
restoreTask:
85-
name: mariadb-restore-10.5.8
85+
name: mariadb-restore-10.6.23
8686
ui:
8787
- name: phpmyadmin
8888
version: v2024.4.27

0 commit comments

Comments
 (0)