source: trunk/UPGRADE@ 530

Last change on this file since 530 was 530, checked in by Kris Deugau, 11 years ago

/trunk

Add UPGRADE file to document process and gotchas (if any) for upgrading
between neighbouring releases. New entries will be added to the top for
convenience.
Update INSTALL slightly to reflect requirements for new features.

  • Property svn:keywords set to Date Rev Author Id
File size: 592 bytes
Line 
1$Id: UPGRADE 530 2013-06-25 21:55:27Z kdeugau $
2
3Upgrading from a previous release
4=================================
5
61.0 -> 1.2
7 - FastCGI is now supported for RPC. Install the FCGI module to support
8 this, and rename or symlink:
9
10 dns-rpc.fcgi -> dns-rpc.cgi
11
12 - Apply the database upgrade script dns-1.0-1.2.sql:
13
14 > psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql
15
16 (Change the database name, database user, and hostname as appropriate.)
17 Note that the changes are fully backwards-compatible; if for some
18 reason you need to roll back to 1.0, it should run without issue against
19 the updated database.
Note: See TracBrowser for help on using the repository browser.