You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

Uninstall MariaDB addon for Stash

In order to uninstall MariaDB addon, follow the instruction given below.

Using Helm 3

Run the following script to uninstall stash-mariadb addon that was installed as a Helm chart using Helm 3.

curl -fsSL https://github.com/stashed/catalog/raw/v2021.01.21/deploy/helm3.sh | bash -s -- --uninstall --catalog=stash-mariadb

Using Helm 2

Run the following script to uninstall stash-mariadb addon that was installed as a Helm chart using Helm 2.

curl -fsSL https://github.com/stashed/catalog/raw/v2021.01.21/deploy/helm2.sh | bash -s -- --uninstall --catalog=stash-mariadb

Using YAML

Run the following script to uninstall stash-mariadb addon that was installed as Kubernetes YAMLs.

curl -fsSL https://github.com/stashed/catalog/raw/v2021.01.21/deploy/script.sh | bash -s -- --uninstall --catalog=stash-mariadb

Customizing Uninstaller

In order to uninstall MariaDB addon only for a specific database version, use --version flag to specify the desired version.

curl -fsSL https://github.com/stashed/catalog/raw/v2021.01.21/deploy/helm3.sh | bash -s -- --uninstall --catalog=stash-mariadb --version=10.5.8