Pihole v6 update seems to break my install

As suggested in other topic after breaking my v6 install I tried to run

/usr/bin/pihole-FTL —teleporter

Expect a backup to be created, which is indeed created as a zip file

But also receive the error

dns.revServer DOES NOT EXIST

What does it mean and how can I correct this?

Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

pihole -d

https://tricorder.pi-hole.net/ScIXnS6a/

Was this really shown as an error to you? This log line might be created during internal config file migration but should only have significance INFO. I will open a PR that moves this into DEBUG realm as there is no issue at all with this message. It simply means your config wasn't old - meaning it didn't need migration.

Indeed, dns,revServer (one setting) became dns.revServers (an array) to support multiple conditional forwarding servers.

Yep this line was shown and after that the line that backup was created

And the script which was run has the following command

Yeah, that's fine. There's absolutely no issue here, the PR I linked above will silence this.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.