Difference between revisions of "PowerDNS OpenDBX Backend/Download"

From Linuxnetworks
Jump to: navigation, search
(removed patch description)
Line 1: Line 1:
 
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 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].
 +
 +
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
  
 
== Patches ==
 
== Patches ==
  
The patch can be applied to the latest stable release of PowerDNS. It fixes bugs and implements enhancements which will be part of the next PowerDNS release.
+
There are no patches available yet. The latest PowerDNS release is the most up to date version at the moment.
 
+
[http://www.linuxnetworks.de/pdnsodbx/download/opendbxbackend_2.9.20-5.diff opendbxbackend_2.9.20-5.diff]
+
 
+
* 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 [[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 21:53, 7 June 2007

The OpenDBX backend is already part of the PowerDNS source tree whose latest releases can be downloaded from the PowerDNS download page.

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

Patches

There are no patches available yet. The latest PowerDNS release is the most up to date version at the moment.



Back to Overview