Backup all mythtv databases
Code: Select all
mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
Code: Select all
apt-get update
Code: Select all
apt-get install mythtv-suite
Code: Select all
kill `pidof mythfrontend`
service mythbackend stop
Code: Select all
service mythbackend start
You need version 1.9.1 or better of wget for Direct Data, to check version of wget
Code: Select all
wget -V
Code: Select all
apt-get install wget
Code: Select all
mysql -u root -p mythconverg
mysql>CREATE TABLE channel_copy SELECT * FROM channel;
mysql>exit
Select New user and answer the whole survey. MythTV has certificate code: ZIYN-DQZO-SBUT
Add a lineup(s) that matches your video sources.
Now you need to run mythtvsetup, I used VNC to connect and run it. I rebuilt all my settings, but I think you can just get away with changing the channel settings and sources.
Run mythfilldatabase when you are done.
Code: Select all
mythfilldatabase
Backup all the 0.4 files although they are probably useless now.
Code: Select all
cd /tftpboot/
mkdir 0.4_backup
cp -R localtime preapp.script PXEClient 0.4_backup
Download the new Root-fs and possibly new bzImage attempt to boot your Mini-Myth. It all ran great so far for me, and the preapp.script did not need to change.
Eduardo