Skip to content

Commit fe3eec0

Browse files
committedMar 21, 2025
feat(video): Pi-hole Syncing... but Better
1 parent eff35d8 commit fe3eec0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎_posts/2025-03-20-pihole-sync-nebula.md

+25
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,31 @@ sudo pihole setpassword
3838

3939
Your password will instantly be updated.
4040

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.
61+
62+
Do this for each Pi-Hole 5 instance you have.
63+
64+
Then continue on with this tutorial.
65+
4166
## Instructions
4267

4368
ssh into server.

0 commit comments

Comments
 (0)
Failed to load comments.