stevejenkins / pihole-cloudsync

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

Fixing gravity table corruption bug when pulling. #48

Open theobjectivedad opened 1 year ago

theobjectivedad commented 1 year ago

Fixes #32

Root cause: Basically, a hard drop of adlist and domainlist corrupts FKs in $gravity_db. Also, the way CSVs were imported caused data type corruption. This update will correct both issues.

stevejenkins commented 10 months ago

Thanks @theobjectivedad. I'm reactivating this project. Would you mind checking to see what's conflicting with your proposed merge? Thanks!

hamah99 commented 7 months ago

any chance we could see these fixes merged?

edited to remove suggestion that theobjectivedad's fork doesn't work in a container environment on the pull side. It seems to work ok. I had not gone through the pihole-cloudsync setup process again.