$Id: UPGRADE 532 2013-09-26 20:50:54Z kdeugau $

DeepNet DNS Administrator - Upgrade Notes
=========================================

1.0 -> 1.2
  - FastCGI is now supported for RPC.  Install the FCGI module to support
    this, and rename or symlink:

      dns-rpc.fcgi -> dns-rpc.cgi

  - Apply the database upgrade script dns-1.0-1.2.sql:

    > psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql

    (Change the database name, database user, and hostname as appropriate.)
    Note that the changes are fully backwards-compatible;  if for some
    reason you need to roll back to 1.0, it should run without issue against
    the updated database.
