-
Hi everyone, I currently have a large amount of data in the database (MariaDB) from a PowerDNS Authoritative Server 3.3.1 ([email protected]) (C) 2001-2013. I want to migrate this data to another PowerDNS Authoritative server running version 4.x.x. How can I achieve this migration? Additionally, in version 3.3.1, I'm running a master-slave setup, but I want to move to a native setup in version 4.x.x. I have checked the guidelines on migrating to PowerDNS from here, but it doesn't seem to work with the version differences in my case. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Probably easiest is to export your zones, and then import into a freshly installed modern authoritative server. AXFR is another possibility: allow axfr from the new server on the existing primary server, and then create the zones as secondary (with the proper master IP pointing to the old server) on the new server (with secondary operation enabled by setting |
Beta Was this translation helpful? Give feedback.
-
I used mysqldump to export the database and handled it directly with MySQL, and so far it has been working without any issues. (Importing the database from PDNS 3.3.1 is quite complex and requires careful handling. |
Beta Was this translation helpful? Give feedback.
I used mysqldump to export the database and handled it directly with MySQL, and so far it has been working without any issues. (Importing the database from PDNS 3.3.1 is quite complex and requires careful handling.