Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 17, 2021
1 parent 603c135 commit 7b8bc54
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: perconaxtradb-backup-5.7.0
name: perconaxtradb-backup-5.7
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: demo
spec:
task:
name: perconaxtradb-restore-5.7.0
name: perconaxtradb-restore-5.7
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down
6 changes: 3 additions & 3 deletions docs/addons/percona-xtradb/cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: perconaxtradb-backup-5.7.0
name: perconaxtradb-backup-5.7
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down Expand Up @@ -438,7 +438,7 @@ Now, wait for a moment. Stash will pause the BackupConfiguration. Verify that th
```console
$ kubectl get backupconfiguration -n demo sample-xtradb-cluster-backup
NAME TASK SCHEDULE PAUSED AGE
sample-xtradb-cluster-backup perconaxtradb-backup-5.7.0 */5 * * * * true 50m
sample-xtradb-cluster-backup perconaxtradb-backup-5.7 */5 * * * * true 50m
```

Notice the `PAUSED` column. Value `true` for this field means that the BackupConfiguration has been paused.
Expand Down Expand Up @@ -507,7 +507,7 @@ metadata:
namespace: demo
spec:
task:
name: perconaxtradb-restore-5.7.0
name: perconaxtradb-restore-5.7
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: perconaxtradb-backup-5.7.0
name: perconaxtradb-backup-5.7
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: demo
spec:
task:
name: perconaxtradb-restore-5.7.0
name: perconaxtradb-restore-5.7
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down
6 changes: 3 additions & 3 deletions docs/addons/percona-xtradb/standalone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: perconaxtradb-backup-5.7.0
name: perconaxtradb-backup-5.7
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down Expand Up @@ -429,7 +429,7 @@ Now, wait for a moment. Stash will pause the BackupConfiguration. Verify that th
```console
$ kkubectl get backupconfiguration -n demo sample-xtradb-backup
NAME TASK SCHEDULE PAUSED AGE
sample-xtradb-backup perconaxtradb-backup-5.7.0 */5 * * * * true 13m
sample-xtradb-backup perconaxtradb-backup-5.7 */5 * * * * true 13m
```

Notice the `PAUSED` column. Value `true` for this field means that the BackupConfiguration has been paused.
Expand Down Expand Up @@ -507,7 +507,7 @@ metadata:
namespace: demo
spec:
task:
name: perconaxtradb-restore-5.7.0
name: perconaxtradb-restore-5.7
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/install/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ mysql-restore-5.7.25 5m8s
mysql-restore-8.0.14 5m8s
mysql-restore-8.0.21 5m8s
mysql-restore-8.0.3 5m8s
perconaxtradb-backup-5.7.0 5m8s
perconaxtradb-restore-5.7.0 5m8s
perconaxtradb-backup-5.7 5m8s
perconaxtradb-restore-5.7 5m8s
postgres-backup-10.14 5m8s
postgres-backup-11.9 5m8s
postgres-backup-12.4 5m8s
Expand Down

0 comments on commit 7b8bc54

Please sign in to comment.