<div dir="ltr"><br><div class="gmail_extra">I&#39;ve switched to the new server using the /etc/hosts method using IP 54.85.117.227.  I&#39;m using MythTV 0.24.  I&#39;m running mfd with this command line:<br>mythfilldatabase --dd-grab-all -v file,network &gt; /tmp/mythfilldatabase-newserver.log 2&gt;&amp;1<br><br></div><div class="gmail_extra">I can see in the log that it authenticates and downloads the data just fine, but as it&#39;s loading up its tables, there a a ton of errors like this:<br><br>2014-10-23 14:54:28.363 DB Error (Inserting into dd_program):<br>Query was:<br>INSERT INTO dd_program      ( programid,    title,       subtitle,              description,  showtype,    category_type,         mpaarating,   starrating,  stars,                 <br>runtime,      year,        seriesid,              colorcode,    syndicatedepisodenumber, originalairdate) VALUES      (?,   ?,      ?,             ?, ?,   ?,              ?,  ?, ?,<br>                ?,     ?,       ?,             ?,   ?,    ?)    <br>Bindings were:<br>:CATTYPE=series, :COLORCODE=, :DESCRIPTION=, :MPAARATING=,<br>:ORIGAIRDATE=2009-01-01, :PROGRAMID=EP000009935605, :RUNTIME=,<br>:SERIESID=EP00000993, :SHOWTYPE=Series, :STARRATING=, :STARS=0,<br>:SUBTITLE=Teams TBA, :SYNDNUM=TBA, :TITLE=College Football, :YEAR=<br>Driver error was [2/1062]:<br>QMYSQL3: Unable to execute statement<br>Database error was:<br>Duplicate entry &#39;EP000009935605&#39; for key &#39;PRIMARY&#39;<br><br></div><div class="gmail_extra">That&#39;s the only kind of error that appears (inserting into dd_program), but it&#39;s there several hundred times with different programs each time.  When I run mfd with the /etc/hosts line commented out, there aren&#39;t any errors like that.  The end of the log appears to be successful; it finds generic episodes, repeats, etc and tells the backend to reschedule.<br></div></div>