I originally set up Pangolin manually in my existing docker compose stack. I’d like to re-install it the “official” way so I can use the scripts etc for Crowdsec - is there a way to backup my existing config so I don’t have to set everything up again from scratch?
to install crowdsec you don’t have to scrape the entire stack. just rerun the ./installer file. you will be directly taken to crowdsec installation.
if you need to backup then config
folder and docker-compose.yml
you should backup.
I didn’t originally install pangolin with the ./installer file, I just added it to an existing docker compose file. If I just run the ./installer file, I assume it’s going to find my non-standard setup, and be unhappy?