[Pdns-users] pdns_control retrieve ALL?

Thomas Mieslinger miesi at pc-h.de
Wed Apr 10 11:56:51 UTC 2013


On 04/10/2013 01:33 PM, Jan-Piet Mens wrote:
>> Is there a simple way for a secondary to force zone fetching for all
>> provisioned zones? Eg. marking all entries as "obsolete" so that
>> PDNS triggers zone transfer?
>
> If you can afford to do so, you could try
>
>          DELETE FROM records;

Depending on the size of your records table and the capabilities of your 
database

TRUNCATE TABLE records;

or

DROP TABLE records; CREATE TABLE records (...)

could be better.






More information about the Pdns-users mailing list