-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNAME records not imported to v6 from v5 Teleport file #2964
Comments
Thanks for your report, indeed, handling the legacy CNAME records file was missing in the v5 Teleporter import routines. Unfortunately, I don't have a full archive myself which I could use for testing. But I guess you could give me a hand on this one? Please run
and test importing your archive again. The CNAME records should now be imported. If not, then something more fundamental is missing and I will need a demo archive to find this out myself. edit Please note that the binary will only be available in about 20-30 minutes after I post this message. So long, harmless errors are expected when you run the |
It looks like that's not possible since I'm using a Docker image.
|
Disregard, Speaking to @DL6ER he points out it is meant for a v6 container. In order to use custom branches in a v6 container, you need to rebuild locally. See this section of the v6 readme: But in short, clone the repo locally, then issue the following command:
then drop |
I don't understand why, but this command will not work. Docker is claiming that the I cloned the repo using Result:
|
Sorry for the VERY delayed response here... life has been quite hectic. I have since added a simplified build command to the docker repo (documentation here) which should simplify the command to:
|
Circling back to this… @PromoFaux I am still unable to build the image. Same error:
|
Hmmm, interesting, what version of docker engine is on your machine? |
|
I found the problem with the build; The core issue was not fixed. When I import the teleporter file, all the CNAMEs are wiped out. |
OK, thanks - I'll try and keep that in mind for documentation |
Please try again and first set |
Versions
Platform
Expected behavior
I stood up a fresh instance of Pi-hole v6 Development and imported my v5 Teleport file. I expected all settings to import.
Actual behavior / bug
None of my 22 CNAME records imported. I understand the mechanism that stores CNAMEs is very different now.
pihole.toml
shows only this:cnameRecords = []
Steps to reproduce
Steps to reproduce the behavior:
Debug Token
The text was updated successfully, but these errors were encountered: