From 65f29f14b5aa5e259cec87f3c4552f415eee017a Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 21 Oct 2020 13:56:09 -0500 Subject: [PATCH] Updated Frequent Questions (markdown) --- Frequent-Questions.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Frequent-Questions.md b/Frequent-Questions.md index d28e945..2137dd6 100644 --- a/Frequent-Questions.md +++ b/Frequent-Questions.md @@ -46,4 +46,18 @@ These are frequent questions about Gravity Sync implementations. In addition to - Not recommended. - Gravity Sync already moves data in both directions. If you have it running from both Pi-hole against each other then you could probably get into a condition where they are both trying to push/pull at the same time, causing them to get confused, or possibly resulting in data loss. -- If you have a third Pi-hole, perhaps at a remote/cloud site, that you want to sync with your first to, you should install Gravity Sync on a second of the three and use it only to pull data from one of the first two Pi-hole. \ No newline at end of file +- If you have a third Pi-hole, perhaps at a remote/cloud site, that you want to sync with your first to, you should install Gravity Sync on a second of the three and use it only to pull data from one of the first two Pi-hole. + +### Does Gravity Sync work with Pi-hole 4? + +- No. +- Pi-hole 5 implemented a new database called `gravity.db` that contains all the active blocklist settings. Gravity Sync was written specifically for Pi-hole 5. + +### Does Gravity Sync work with Pi-hole v5.x? + +- Probably. +- I am pretty good about tracking their releases, and expect that if there are breaking changes I would adapt to those quickly, but I do anticipate any issues. + +### Why doesn't the Pi-hole project support replication? + +- Ask them. \ No newline at end of file