You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _posts/2025-03-20-pihole-sync-nebula.md
+25
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,31 @@ sudo pihole setpassword
38
38
39
39
Your password will instantly be updated.
40
40
41
+
## Upgrading from Pi-Hole 5 + Gravity Sync
42
+
43
+
> *Note: Pi-Hole 5 is not compatible with `gravity-sync` so if you're using Pi-Hole 5 or `gravity-sync` please follow this first*
44
+
{: .prompt-warning }
45
+
46
+
DO NOT UPGRADE TO PI-HOLE 6 YET
47
+
48
+
Unistall `gravity-sync` by running:
49
+
50
+
```bash
51
+
gravity-sync purge
52
+
```
53
+
54
+
This should remove `gravity-sync`
55
+
56
+
Personally I would reboot the server afterwards and run `gravity-sync` command afterwards to be sure it's fully remove. You should get an error like `command not found: gravity-sync`, which means it's fully removed.
57
+
58
+
Next I take a backup of your Pi-Hole instance and even export your config with Teleporter just to be sure.
59
+
60
+
Upgrade to Pi-Hole 6. Test it, reboot it, make sure it works.
0 commit comments