Difference between revisions of "PowerDNS OpenDBX Backend/Download"
From Linuxnetworks
(link) |
(powerdns link) |
||
| Line 1: | Line 1: | ||
| − | The OpenDBX backend is already part of the PowerDNS source tree. The patch below can be applied to the latest stable release of PowerDNS. It fixes bugs and implements enhancements which will be part of the next PowerNDS release. | + | The OpenDBX backend is already part of the PowerDNS source tree whose latest releases can be downloaded from the PowerDNS [http://downloads.powerdns.com/releases/ download page]. The patch below can be applied to the latest stable release of PowerDNS. It fixes bugs and implements enhancements which will be part of the next PowerNDS release. |
== Source code == | == Source code == | ||
Revision as of 12:28, 15 April 2007
The OpenDBX backend is already part of the PowerDNS source tree whose latest releases can be downloaded from the PowerDNS download page. The patch below can be applied to the latest stable release of PowerDNS. It fixes bugs and implements enhancements which will be part of the next PowerNDS release.
Source code
Changelog
- Supports separate DBMS servers for reading and writing
- Fault tolerance if the server for updating domains is down
- Meaningful warnings and error messages at every time
- Improved fault recovery (requires OpenDBX 1.2.x)
- Uses a "status" field in "domains" to ease management
- Support for MSSQL and Sybase ASE servers
- Fine tuning for a maximum of speed
- Use ANSI quotes for portability
- Bugfix for recovering from permanently lost database connections
Please have a look at the installation and database setup documentation when migrating from an existing installation. You should also recreate the indices for getting optimal results
Back to Overview