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
I remember doing this previously, forgot how to do it looking at the recent documentation it seems to have gone missing. I think its quite useful
"
How to start from scratch
If you need to start from the very beginning, you can use the playbook remove_cluster.yml.
Available variables:
remove_postgres: stop the PostgreSQL service and remove data.
remove_etcd: stop the ETCD service and remove data.
remove_consul: stop the Consul service and remove data.
Run the following command to remove specific components:
I remember doing this previously, forgot how to do it looking at the recent documentation it seems to have gone missing. I think its quite useful
"
How to start from scratch
If you need to start from the very beginning, you can use the playbook remove_cluster.yml.
Available variables:
remove_postgres: stop the PostgreSQL service and remove data.
remove_etcd: stop the ETCD service and remove data.
remove_consul: stop the Consul service and remove data.
Run the following command to remove specific components:
ansible-playbook remove_cluster.yml -e "remove_postgres=true remove_etcd=true"
"
The text was updated successfully, but these errors were encountered: