[mythtv-users] Merge two versions of 'oldrecorded' ?

Greg Oliver oliver.greg at gmail.com
Tue Aug 5 17:57:22 UTC 2014


You should be able to just grep the sql out and pipe it straight in.

If your db backup is from the mythconverg_backup.pl:

zcat <dbBackupFile> | grep oldrecorded | grep INSERT | sed 's/INSERT/INSERT
IGNORE/g 'l mysql -u <db_user> -p<Password> mythconverg

You'll need to get your db_user and Password from your mythtv config.xml
file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140805/548662ee/attachment.html>


More information about the mythtv-users mailing list