source: trunk/UPGRADE@ 537

Last change on this file since 537 was 537, checked in by Kris Deugau, 10 years ago

/trunk

Revise UPGRADE and INSTALL for NetAddr::IP requirement

  • Property svn:keywords set to Date Rev Author Id
File size: 732 bytes
Line 
1$Id: UPGRADE 537 2013-12-03 23:02:32Z kdeugau $
2
3DeepNet DNS Administrator - Upgrade Notes
4=========================================
5
61.0 -> 1.2
7 - Make sure your NetAddr::IP version is 4.027 or greater. Older versions
8 have been found to be missing key methods.
9
10 - FastCGI is now supported for RPC. Install the FCGI module to support
11 this, and rename or symlink:
12
13 dns-rpc.fcgi -> dns-rpc.cgi
14
15 - Apply the database upgrade script dns-1.0-1.2.sql:
16
17 > psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql
18
19 (Change the database name, database user, and hostname as appropriate.)
20 Note that the changes are fully backwards-compatible; if for some
21 reason you need to roll back to 1.0, it should run without issue against
22 the updated database.
Note: See TracBrowser for help on using the repository browser.