Replies: 1 comment
-
https://docs.powerdns.com/authoritative/modes-of-operation.html Solved. Each secondary gets its own database. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
actually working on a hiddenmaster setup with 6 secondarys and 2 dnsdist for loadbalancing (educational). I'm using mysql as backend. The databases are within a galera cluster.
The hiddenmaster sql backend uses its own mysql database and i created one for the secondarys sql backend. But when the secondarys getting a notify or trying axfr they all trying to do the changes (e.g. adding a record) and this comes up:
What is the recommended way of feeding the secondarys sql backend? Do they all should get their own database or can they share one database? If they share a database, is there anything I need to be aware of?
Thanks in advance.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions