Chris Petersen wrote:
Is there a sql database update that will take place when going from
0.16 -> 0.17? I know they're done automatically, was just wondering if
the db changed...


You can almost guarantee that a new release will have db changes (to update the version tag if nothing else -- it often gets bumped several times between releases). So yes, plenty of changes.


If in doubt, mysqldump the db before doing the upgrade.

mysqldump -umythtv -pmythtv -hlocalhost mythconverg | bzip2 -9 > mythtv16.backup.bz2
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to