Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-24 Thread Fabian Santiago via Pdns-users
Awesome, thank you. Sent from my iPhone > On Apr 25, 2025, at 12:57 AM, Miod Vallat wrote: > >  >> >> so i suppose i can stick with mysql group-replication and it is in fact ok >> to use then? > I suppose so - I see nothing which would prevent this from working now, > the foreign key constra

Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-24 Thread Fabian Santiago via Pdns-users
On 4/24/25 11:50 AM, Miod Vallat wrote: You might want to drop your PowerDNS database and create it again from the SQL schema, without applying the "enable foreign keys" script. HTH, Miod that worked like a charm. i was now able to use pdnsutil load-zone without issue: root@ns1:~# pdnsuti

Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-24 Thread Fabian Santiago via Pdns-users
hello, On 4/24/25 2:57 AM, Miod Vallat via Pdns-users wrote: You are not using zone2sql correctly ahh, understood. i re-read the docs and yep, i see that now. misread it. thank you. i'll come back to this if needed later. unless this turns out to be the only way possible somehow. -- Thank

Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-24 Thread Fabian Santiago via Pdns-users
On 4/24/25 1:52 AM, Miod Vallat via Pdns-users wrote: There should be a more detailed error in the group replication plugin logs, can you check what error gets reported there? there is an error: 2025-04-24T15:27:41.272419Z 1861 [ERROR] [MY-011543] [Repl] Plugin group_replication reported: 'Ta

Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-24 Thread Fabian Santiago via Pdns-users
On 4/24/25 10:51 AM, Chris Wopat wrote: Also, instead of zone2sql, consider setting the new servers up from scratch as secondaries to your current production. And set it to AXFR all zones over. We ran into many issues with zone2sql and this worked better for us. Not remembering specifics but

Re: [Pdns-users] need help with pdns authoritative + gmysql backend with mysql group replication-based servers

2025-04-23 Thread Fabian Santiago via Pdns-users
hello, On 4/24/25 12:44 AM, Miod Vallat via Pdns-users wrote: The PowerDNS mysql database schema is currently not compatible with mysql group replication. You will need to disable this feature for PowerDNS to work. that's a bummer. may i ask, what you you then recommend for syncing two server