-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Ensure v6 imports CNAME records when reading v5 archives #2057
Conversation
Could you please rebase on latest |
1361337
to
4887619
Compare
Done |
You pushed away the changes made to the file path... |
4887619
to
35be58e
Compare
…the archive) Signed-off-by: DL6ER <[email protected]>
35be58e
to
7b60775
Compare
Still does not work. It's kind of difficult to debug, as the debug flags are overwritten on v5 backup import (where they are not set).
|
I found another bug: on import of a v6 backup, |
Signed-off-by: DL6ER <[email protected]>
Okay, two things here:
Yes, it should have been created here: or, in This has only been added last week to the
Ah yes, this was a clear oversight. I added the restarting request in the |
I'm running v6 bare metal. The issue was: the migration step checks for However, the restart on v6 import does not work yet. |
…led log messages. Also reduce code duplication by defining a common restart_ftl() routine Signed-off-by: DL6ER <[email protected]>
1289ef9
to
db0054b
Compare
Thanks, I see I put the restart command in a place where it is not actually effective when ZIP files are handled. Should be fixed as of the latest commit. |
…kers may detect more often that the config was not changed than faster ones. This is caused by inotify events arriving delayed and - in general - asynchroneous. Signed-off-by: DL6ER <[email protected]>
What does this implement/fix?
Add missing import instruction for CNAME records file (if present in the archive)
Related issue or feature (if applicable): pi-hole/web#2964
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.