Re: Migrating pdns auth backend to new database server - DNSSEC considerations ?
Ken Marshall via Pdns-users <[email protected]> Wed, 4 Jun 2025 17:42:04 -0500
| Newsgroups | gmane.network.dns.powerdns.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 04, 2025 at 06:11:02PM +0000, Smith via Pdns-users wrote: > Subject says it all really. > > I've got a pdns-auth server currently talking to a postgres backend. > > I want to migrate the postgres backend to a different server (new version of postgres). > > Are there any special steps / considerations required to avoid breaking DNSSEC along the way ? I guess my mind is mostly thinking about autorotation here... > > Thanks ! > > Jane Hi Jane, You can use logical replication between the old server and the different/new server. Then just repoint to the new server. It should be a very simple process. Regards, Ken