-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
- Loading branch information
Showing
2 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/mysql)](https://goreportcard.com/report/stash.appscode.dev/mysql) | ||
![CI](https://github.com/stashed/mysql/workflows/CI/badge.svg) | ||
[![Docker Pulls](https://img.shields.io/docker/pulls/stashed/stash-mysql.svg)](https://hub.docker.com/r/stashed/stash-mysql/) | ||
[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com) | ||
[![Twitter](https://img.shields.io/twitter/follow/kubestash.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=KubeStash) | ||
|
||
{{ $v := semver .version -}} | ||
|
||
# MySQL | ||
|
||
MySQL backup and restore plugin for [Stash by AppsCode](https://stash.run). | ||
|
||
## Install | ||
|
||
Install MySQL {{ $v.Major }}.{{ $v.Minor }}.{{ $v.Patch }} backup or restore plugin for Stash as below. | ||
|
||
```console | ||
helm repo add appscode https://charts.appscode.com/stable/ | ||
helm repo update | ||
helm install stash-mysql-{{ .version }} appscode/stash-mysql --version={{ .version }} --namespace=kube-system | ||
``` | ||
|
||
To install catalog for all supported MySQL versions, please visit [here](https://github.com/stashed/catalog). | ||
|
||
## Uninstall | ||
|
||
Uninstall MySQL {{ $v.Major }}.{{ $v.Minor }}.{{ $v.Patch }} backup or restore plugin for Stash as below. | ||
|
||
```console | ||
helm uninstall stash-mysql-{{ .version }} --namespace=kube-system | ||
``` | ||
|
||
## Support | ||
|
||
To speak with us, please leave a message on [our website](https://appscode.com/contact/). | ||
|
||
To join public discussions with the Stash community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/). | ||
|
||
To receive product annoucements, follow us on [Twitter](https://twitter.com/KubeStash). | ||
|
||
If you have found a bug with Stash or want to request new features, please [file an issue](https://github.com/stashed/project/issues/new). |