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
The command deploys necessary `Function` and `Task` definition to backup or restore MySQL 8.0.3 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
32
32
33
33
## Uninstalling the Chart
34
34
35
-
To uninstall/delete the `stash-mysql-8.0.3-rc.20200827`:
| image.registry | Docker registry used to pull MySQL addon image |`stashed`|
52
52
| image.repository | Docker image used to backup/restore MySQL database |`stash-mysql`|
53
-
| image.tag | Tag of the image that is used to backup/restore MySQL database. This is usually same as the database version it can backup. |`8.0.3-rc.20200827`|
53
+
| image.tag | Tag of the image that is used to backup/restore MySQL database. This is usually same as the database version it can backup. |`8.0.3-v1`|
54
54
| backup.args | Arguments to pass to `mysqldump` command during bakcup process |`"--all-databases"`|
55
55
| restore.args | Arguments to pass to `mysql` command during restore process |`""`|
56
56
| waitTimeout | Number of seconds to wait for the database to be ready before backup/restore process. |`300`|
@@ -59,12 +59,12 @@ The following table lists the configurable parameters of the `stash-mysql` chart
59
59
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
0 commit comments