stevejenkins / pihole-cloudsync

Syncs blocklists, blacklists, and whitelists across multiple Pi-holes using a private GitHub repo
MIT License
515 stars 105 forks source link

How do I completly uninstall pihole-cloudsync? #52

Closed hamah99 closed 4 months ago

hamah99 commented 4 months ago

I'm using systemd to automate the push/pull and I can remove that part easily enough but was wondering what else I might miss. I've been using the script to sync 2 pihole instances in my home lab and have run into issues where the pull instance has lost it's gravity db. I'd like to remove pihole-cloudsync completely while I try to resolve this issue.

hamah99 commented 4 months ago

I'm going to close this as I don't believe I need to remove pihole-cloudsysnc. I resolved the "missing" gravity db issue...it's was db corruption. I followed the closed issues #47 and #48 here to resolve my problem.

BTW I believe all one would need to do is remove /usr/local/bin/my-pihole-lists and /usr/local/bin/pihole-cloudsync and then terminate any automation being done by systemd or cron etc.

hamah99 commented 4 months ago

Resolved. See above.