Re: [Pdns-users] Authoritative server (v4.1.3) crashes on zone creation via API when too many rrsets included

2018-07-31 Thread Jordan Rieger
Thanks Remi! We are currently working around the bug by creating all new zones with only the root SOA and NS records and then updating them with a PATCH to add the other records. Do you think that's safe? Or would it be better to upgrade to 4.1.4 as soon as it's released? _

[Pdns-users] Authoritative server (v4.1.3) crashes on zone creation via API when too many rrsets included

2018-07-21 Thread Jordan Rieger
uot;, "type": "A", "ttl": 21600, "records": [ { "content": "77.77.77.200", "disabled": false, "set-ptr": false } ], "comments&quo

[Pdns-users] After upgrade from 4.0.x to 4.1.3, rrset deletions through API must come before replacements

2018-07-19 Thread Jordan Rieger
ywhere else that I missed? Should I submit a bug on this, or is my workaround just common sense that everyone should implement? Thanks, Jordan Rieger Software Development Manager Webnames.ca Inc. ___ Pdns-users mailing list Pdns-users@

Re: [Pdns-users] Easiest way to compare two PowerDNS MYSQL zones (or whole databases)

2015-05-08 Thread Jordan Rieger
: Jordan Rieger Cc: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] Easiest way to compare two PowerDNS MYSQL zones (or whole databases) Hi, > On 08 May 2015, at 02:07, Jordan Rieger wrote: > > What do you guys think would be the best approach for comparing two PowerDNS

Re: [Pdns-users] Easiest way to compare two PowerDNS MYSQL zones (or whole databases)

2015-05-08 Thread Jordan Rieger
I think we actually had a license for a different version of TOAD at one point. I'll check it out. Thanks John. From: John Miller [mailto:johnm...@brandeis.edu] Sent: Friday, May 08, 2015 12:11 PM To: Jordan Rieger Cc: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] Easies

[Pdns-users] Easiest way to compare two PowerDNS MYSQL zones (or whole databases)

2015-05-07 Thread Jordan Rieger
ind API wrapper and our new PowerDNS API wrapper in parallel to evaluate. The new PowerDNS server will then be potentially out of sync if there are any bugs in our new wrapper. That is why I would like a comparison tool to find the discrepancies. Thanks, Jordan Rieger Se

[Pdns-users] Any idea when Domain Metadata will be exposed in the REST API?

2015-03-10 Thread Jordan Rieger
fer to help out J Thanks, Jordan Rieger Senior Software Developer Webnames.ca Inc. ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] 405 Method Not Allowed error returned from zone update HTTP PATCH method against JSON REST API

2015-02-03 Thread Jordan Rieger
with "POST", and that was causing the PowerDNS server, naturally, to reject it. Thanks for your help, Christian. -Original Message- From: Christian Hofstaedtler [mailto:christian.hofstaedt...@deduktiva.com] Sent: Tuesday, February 03, 2015 3:49 AM To: Jordan Rieger Cc: pdns-users@

[Pdns-users] 405 Method Not Allowed error returned from zone update HTTP PATCH method against JSON REST API

2015-02-02 Thread Jordan Rieger
Hello. I'm writing code to interface with the HTTP JSON REST API of a PowerDNS 3.4.1 authoritative server with a MySQL backend. I'm submitting a request to modify the records on a zone using a PATCH method as specified at https://doc.powerdns.com/md/httpapi/api_spec/#url-serversserver95idz