<div dir="auto">Thanks so much!<div dir="auto"><br></div><div dir="auto">That means for PDNS authoritative system, we can update directly through yum with following (on top of existing system):</div><div dir="auto"><br></div><div dir="auto"><pre style="font-family:menlo,monaco,consolas,"courier new",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px">yum install epel-release &&
dnf install -y 'dnf-command(config-manager)' &&
dnf config-manager --set-enabled PowerTools &&
curl -o /etc/yum.repos.d/powerdns-rec-45.repo <a href="https://repo.powerdns.com/repo-files/centos-rec-45.repo">https://repo.powerdns.com/repo-files/centos-rec-45.repo</a> &&
yum install pdns-recursor</pre><div dir="auto"><br></div><div dir="auto">But we will need to ensure all settings/schema etc that you mentioned are adjusted accordingly so it will still work after that.</div><div dir="auto"><br></div><div dir="auto">Is that correct?</div><br><div data-smartmail="gmail_signature" dir="auto">Warmest Regards,<br>Jackson Yap</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 24 Feb 2021, 4:56 pm Pieter Lexis via Pdns-users, <<a href="mailto:pdns-users@mailman.powerdns.com">pdns-users@mailman.powerdns.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jackson,<br>
<br>
On 2/24/21 8:57 AM, Jackson Yap wrote:<br>
> After checking for compatibility and pdnsutil check-all-zones, how do I<br>
> update from one PDNS authoritative server version to another?<br>
<br>
I would recommend checking after upgrading :). Usually it makes sense to<br>
<br>
1. Install the new version<br>
2. Dump+import or clone the old database<br>
3. Do the schema changes on the clone<br>
4. Test (including running the new pdnsutil)<br>
5. Upgrade the production system<br>
<br>
You can upgrade by either upgrading you OS. But even better is grabbing<br>
our packages for your distro from from <a href="https://repo.powerdns.com/" rel="noreferrer noreferrer" target="_blank">https://repo.powerdns.com/</a>.<br>
<br>
> Also regarding number of version to update, what will be a safe version<br>
> recommended for PDNS 4.1.14 to update to first?<br>
<br>
Latest stable auth is 4.4, supported until June next yer (see the EOL<br>
statements[1]. We try to make upgrading as painless as possible, hence<br>
the upgrade guide.<br>
<br>
Cheers,<br>
<br>
Pieter<br>
<br>
1 - <a href="https://doc.powerdns.com/authoritative/appendices/EOL.html" rel="noreferrer noreferrer" target="_blank">https://doc.powerdns.com/authoritative/appendices/EOL.html</a><br>
<br>
-- <br>
Pieter Lexis<br>
PowerDNS.COM BV -- <a href="https://www.powerdns.com" rel="noreferrer noreferrer" target="_blank">https://www.powerdns.com</a><br>
_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com" target="_blank" rel="noreferrer">Pdns-users@mailman.powerdns.com</a><br>
<a href="https://mailman.powerdns.com/mailman/listinfo/pdns-users" rel="noreferrer noreferrer" target="_blank">https://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</blockquote></div>