mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 00:35:52 +03:00
[GH-ISSUE #96] pdns or PowerDNS-Admin creates duplicate records #63
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joachimtingvold on GitHub (Jul 27, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/96
Hi,
I've experienced several times now when using the PowerDNS-Admin GUI that random (at the moment I see no pattern) records are being duplicated. It happens when updating the zone, and it seems to be related to the same name+type tuple.
E.g. having these entries;
Applying changes to that zone (for whatever reason -- adding new, or changing existing records), you could suddenly end up with the following entries;
.. or ..
As mentioned, I'm not sure if it's caused by PowerDNS-Admin or the pdns API. I'll make an issue here to keep track of it, and if there are others who have similar experiences, feel free to chip in.
@Digital-Daz commented on GitHub (Jan 7, 2018):
I'm experiencing exactly this now with a postgres backend, then records will not save because it sees a duplicate and sure enough, there it is in the gui.
The same record just keeps reappearing.
@Digital-Daz commented on GitHub (Jan 7, 2018):
In fact, I just deleted both instances of it and realised, in my case it is duplicating the first record in the domain.
@Digital-Daz commented on GitHub (Jun 29, 2018):
It now seems to create multiple duplicates. Not a word on this in six months from the dev nor indeed a word on the previous one over two years ago!
@ngoduykhanh commented on GitHub (Dec 16, 2019):
It seems related to the old way of applying records in PDA. Although I was not able to reproduce this issue on my side, I've made changes in the latest code to just send actual changes to the PDNS API to avoid unexpected behavior.