Re: [Pdns-users] Desaster recovery of primary nameserver

2008-12-10 Thread Kenneth Marshall
Dump the SQLite DB and import the results into your MySQL DB. Or as another poster suggested, make the broken master a slave of the other and notify to send the zones. We used the latter method to migrate from a BIND master to PDNS originally. Good luck. Ken On Wed, Dec 10, 2008 at 01:36:58AM +02

Re: [Pdns-users] Desaster recovery of primary nameserver

2008-12-10 Thread Jeroen Wunnink
Just a small idea (untested): Change the zones on the secondary nameserver to type master, make the former master a clean and freshly installed slave and add the other nameserver as a supermaster in the supermasters table on the new slave.. Now do a pdns_control notify on all domains with som

Re: [Pdns-users] Desaster recovery of primary nameserver

2008-12-09 Thread Alan Hodgson
On Tuesday 09 December 2008, "Thorsten Ott" <[EMAIL PROTECTED]> wrote: > Hi, > > Could anyone advise me what would be the best way to fill my primary ns > with the data of the secondary nameserver? > A perl script. -- Corporations will ingest natural resources and defecate garbage until all re

[Pdns-users] Desaster recovery of primary nameserver

2008-12-09 Thread Thorsten Ott
Hi, I run powerdns as primary and secondary nameserver. The primary nameserver runs mysql as backend while the secondary nameserver is working with the sqlite backend. Recently my primary nameserver's domains table crashed due to a lack of disk space. What's left of it is the .frm file. The secon