PowerDNS: UpGrade to 3.0

Hallo,

wie funktioniert das Upgrade von 2.9.x auf 3.0.x?

Erstmal ohne die DNSSEC Features.

Reicht - z.B. auf Debain - ein...
Code:
dpkg -i pdns-static_3.0-1_i386.deb
Leider ist das Upgrade (bis auf ein bescheidenes changelog) vom Hersteller in keinster Weise dokumentiert.

Danke für Eure Tipps.
 
Ich antworte mir gleich selbst:

JA! :)

Code:
debian-server:/etc/powerdns# wget http://downloads.powerdns.com/releases/deb/pdns-static_3.0-1_i386.deb
--2011-09-12 14:59:13--  http://downloads.powerdns.com/releases/deb/pdns-static_3.0-1_i386.deb
Resolving downloads.powerdns.com... 85.17.219.216
Connecting to downloads.powerdns.com|85.17.219.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10387914 (9.9M) [application/x-debian-package]
Saving to: `pdns-static_3.0-1_i386.deb'

100%[==============================================================================>] 10,387,914  7.47M/s   in 1.3s    

2011-09-12 14:59:14 (7.47 MB/s) - `pdns-static_3.0-1_i386.deb' saved [10387914/10387914]

debian-server:/etc/powerdns# dpkg -i pdns-static_3.0-1_i386.deb 
(Reading database ... 75954 files and directories currently installed.)
Preparing to replace pdns-static 2.9.22-1 (using pdns-static_3.0-1_i386.deb) ...
Unpacking replacement pdns-static ...
Setting up pdns-static (3.0-1) ...
Installing new version of config file /etc/init.d/pdns ...
Starting PowerDNS authoritative nameserver: already running
Processing triggers for man-db ...
debian-server:/etc/powerdns# /etc/init.d/pdns restart
Restarting PowerDNS authoritative nameserver: stopping and waiting..done
Starting PowerDNS authoritative nameserver: started
debian-server:/etc/powerdns#

Ohne Neustart läuft 2.9.x weiter :)
includes in der pdns.conf erzeugen Fehler und werden offenbar nicht mehr unterstützt.
 
Back
Top