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
This chart installs necessary `Functions` and `Tasks` definitions to take backup of MySQL-5.7.25 databases and restore them using Stash.
15
+
This chart deploys necessary `Function` and `Task` definition to backup or restore MySQL database 5.7.25 using Stash on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
16
16
17
17
## Prerequisites
18
18
19
19
- Kubernetes 1.11+
20
20
21
21
## Installing the Chart
22
22
23
-
- Add AppsCode chart repository to your helm repository list,
23
+
To install the chart with the release name `stash-mysql-5.7.25`:
- Update helm repositories to fetch latest charts from the remove repository,
29
+
The command deploys necessary `Function` and `Task` definition to backup or restore MySQL database 5.7.25 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
30
30
31
-
```console
32
-
$ helm repo update
33
-
```
34
-
35
-
- Install the chart with the release name `stash-mysql-5.7.25` run the following command,
|`image.registry`| Docker registry used to pull respective images |`stashed`|
60
-
|`image.repository`| Docker image used to take backup of MySQL databases and restore them |`stash-mysql`|
61
-
|`image.tag`| Tag of the image that is used to take backup of MySQL databases and restore them. This is usually same as the database version it can take backup. |`5.7.25`|
62
-
|`backup.args`| Optional arguments to pass to `mysqldump` command during bakcup process |`--all-databases`|
63
-
|`restore.args`| Optional arguments to pass to `mysql` command during restore process | "" |
0 commit comments