[mythtv-users] Consolidating Storage and Backends - Database issues

Raymond Wagner raymond at wagnerrp.com
Wed Jul 7 15:53:13 UTC 2010


On 7/7/2010 11:04, Scott Macdonell wrote:
> 2)Run the following two commands:
> mythconverg_restore.pl --change_hostname --old_hostname="mythback1"
> --new_hostname="mythbacknew"
> mythconverg_restore.pl --change_hostname --old_hostname="mythback2"
> --new_hostname="mythbacknew"
>    

Running that command is going to move everything in the database from 
one host to another.  That includes all settings, directories, files, 
hardware, etc... If you are not actually changing the name on a single 
machine, you're going to have problems.

You've got two options.

1. Use the setting to 'stream all recordings from the master backend'

2. Go into the database and "UPDATE recorded SET hostname='mythback2' 
WHERE hostname='mythback1';"


More information about the mythtv-users mailing list