POWERDNS - Cluster with PostgreSQL Backend: Revision history

From IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2026

14 December 2025

  • curprev 15:3615:36, 14 December 2025 Admin talk contribs 7,172 bytes +1 No edit summary
  • curprev 15:3515:35, 14 December 2025 Admin talk contribs 7,171 bytes +7,171 Created page with "Category:Wiki == PowerDNS Configuration == PowerDNS needs to be configured to use PostgreSQL as the backend for managing DNS data. Below is an example of a typical PowerDNS configuration file (`pdns.conf`) when using PostgreSQL. <nowiki> # Configuration for PowerDNS with PostgreSQL Backend launch=gpgsql gpgsql-host=127.0.0.1 gpgsql-user=pdns gpgsql-password=yourpassword gpgsql-dbname=pdns gpgsql-port=5432 gpgsql-pool-size=20 gpgsql-ssl=0 </nowiki> === Configurat..."