In order to uninstall Percona XtraDB addon, follow the instruction given below.
Run the following script to uninstall stash-percona-xtradb
addon that was installed as a Helm chart using Helm 3.
curl -fsSL https://github.com/stashed/catalog/raw/v0.3.0/deploy/helm3.sh | bash -s -- --uninstall --catalog=stash-percona-xtradb
Run the following script to uninstall stash-percona-xtradb
addon that was installed as a Helm chart using Helm 2.
curl -fsSL https://github.com/stashed/catalog/raw/v0.3.0/deploy/helm2.sh | bash -s -- --uninstall --catalog=stash-percona-xtradb
Run the following script to uninstall stash-percona-xtradb
addon that was installed as Kubernetes YAMLs.
curl -fsSL https://github.com/stashed/catalog/raw/v0.3.0/deploy/script.sh | bash -s -- --uninstall --catalog=stash-percona-xtradb
In order to uninstall Percona XtraDB addon only for a specific database version, use --version
flag to specify the desired version.
curl -fsSL https://github.com/stashed/catalog/raw/v0.3.0/deploy/helm3.sh | bash -s -- --uninstall --catalog=stash-percona-xtradb --version=5.7