Changeset 643


Ignore:
Timestamp:
06/10/14 13:49:14 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a new segment in UPGRADE for 1.2.3 -> 1.2.4
Add mergerecs command-line utility

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r537 r643  
    33DeepNet DNS Administrator - Upgrade Notes
    44=========================================
     5
     61.2.3 -> 1.2.4
     7  - A small function was added to allow errorless handling of non-IP values
     8    where IP values would normally be expected.  For Postgres 8.2 and older,
     9    you will need to connect to the database as a Postgres superuser to run:
     10
     11    dnsdb=# CREATE LANGUAGE plpgsql;
     12
     13    so you can run:
     14
     15    $ psql -U dnsdb dnsdb -h localhost < dns-1.2.3-1.2.4.sql
     16
     17    as the regular user.  Postgresl 8.4 is soon to go EOL, so this should
     18    not be a big issue.
     19
     20    The changes are backwards-compatible so if you need to roll back the
     21    code for some reason you do not need to revert the database changes.
    522
    6231.0 -> 1.2
     
    1532  - Apply the database upgrade script dns-1.0-1.2.sql:
    1633
    17     > psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql
     34    $ psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql
    1835
    1936    (Change the database name, database user, and hostname as appropriate.)
Note: See TracChangeset for help on using the changeset viewer.