Difference between revisions of "PowerDNS OpenDBX Backend/Download"
From Linuxnetworks
(back link) |
(link) |
||
| Line 17: | Line 17: | ||
* Bugfix for recovering from permanently lost database connections | * 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 | + | Please have a look at the installation and database setup [[PowerDNS OpenDBX Backend - Installation#Migration|documentation]] when migrating from an existing installation. You should also recreate the indices for getting optimal results |
---- | ---- | ||
Back to [[PowerDNS OpenDBX Backend|Overview]] | Back to [[PowerDNS OpenDBX Backend|Overview]] | ||
Revision as of 12:09, 15 April 2007
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.
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