Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readd How to start from scratch into the notes / documentation #865

Closed
rausub opened this issue Jan 10, 2025 · 3 comments
Closed

Readd How to start from scratch into the notes / documentation #865

rausub opened this issue Jan 10, 2025 · 3 comments

Comments

@rausub
Copy link

rausub commented Jan 10, 2025

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"

"

@rausub
Copy link
Author

rausub commented Jan 10, 2025

probably should go in the README in my opinion so that people are aware that functionality actually exists without having to dig into the file.

Interesting AI helper bot tho

@vitabaks
Copy link
Owner

vitabaks commented Jan 10, 2025

Please refer to the documentation "Your Own Machines" in the "Command line" section.

P.S.
We may soon discontinue free support, so please consider exploring our available personal support packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@vitabaks @rausub and others