Changeset 643
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r537 r643 3 3 DeepNet DNS Administrator - Upgrade Notes 4 4 ========================================= 5 6 1.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. 5 22 6 23 1.0 -> 1.2 … … 15 32 - Apply the database upgrade script dns-1.0-1.2.sql: 16 33 17 >psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql34 $ psql -U dnsdb dnsdb -h localhost <dns-1.0-1.2.sql 18 35 19 36 (Change the database name, database user, and hostname as appropriate.)
Note:
See TracChangeset
for help on using the changeset viewer.