Uninstall PostgreSQL addon for Stash

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

Uninstall stash-postgres addon YAMLs

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

curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/script.sh | bash -s -- --uninstall --catalog=stash-postgres

Uninstall stash-postgres chart

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

curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/chart.sh | bash -s -- --uninstall --catalog=stash-postgres

Customizing Uninstaller

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

curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/chart.sh | bash -s -- --uninstall --catalog=stash-postgres --version=11.2