diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-03-10 21:08:51 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-03-10 21:08:51 +0000 |
commit | 1ed501948b110177fab93a6a6182fbc01f648114 (patch) | |
tree | 0036638879816e24234d266fba2e29b60e587d81 /UPDATING | |
parent | 40b8f17b708c80a52f781fdc0ce1c3f2a3f1ad5d (diff) | |
download | ports-1ed501948b110177fab93a6a6182fbc01f648114.tar.gz ports-1ed501948b110177fab93a6a6182fbc01f648114.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090310: + AFFECTS: users of multimedia/mythtv + AUTHOR: glarkin@FreeBSD.org + + The upgrade from version 0.20 to version 0.21 should be transparent. + Any changes to the database structure should be applied automatically. + + However, it is strongly recommended that you back up your database before + installing a new version of MythTV. + + Example: + $ mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql + + To restore: (assuming that you've dropped the database) + $ mysql -u root + mysql>create database mythconverg; + mysql>exit + $ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql + 20090309: AFFECTS: users of devel/libusb on CURRENT AUTHOR: stas@FreeBSD.org |