<div dir="ltr"><div>The oldest auto backup was the one that I was using. Don't know why it has the offending column but it does. </div><div><br></div><div>I did some looking around in the source files today starting with mythtv-setup and seeing where the database gets upgraded. It looks like I just need to see what version the db thinks it is at and back it down by one. The failing update adds a column to the channel table and creates the iptv_channel table. When I get some time tomorrow I will see which of them are there and do some drops to back it down the correct configuration. The code that does it is in dbcheck.cpp starting around line 1953. Given the way the code is written I can't be off by more than one version unless it failed the commit of the DBSchemaVer value to the settings table. If MySQL works like some other DBMS systems I have used the Creates and Alters happen immediately with the updates wait for a commit.</div><div><br></div><div>It should take more than a few minutes to get it stable and then let it forward convert.</div><div><br></div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 15, 2014 at 9:38 AM, Michael T. Dean <span dir="ltr"><<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 12/15/2014 08:37 AM, Dave Matthews wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
This is the best database that I have so I need to manually fix it.<br>
</blockquote>
<br></span>
MythTV does an automatic backup before an upgrade, so you should find the ones that were done and use the first one.<br>
<br>
Mike<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div></div>