<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 31 December 2016 at 16:01, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5"><span style="color:rgb(34,34,34)">It is also possible to</span><br></div></div>
restore the old channel table to a different table name (eg<br>
channel_old), then compare the two tables using SQL commands to see<br>
what the differences are and where you went wrong, and just copying<br>
the specific rows you want back again from the channel_old table to<br>
the channel table, then finally deleting the channel_old table.<br></blockquote><div><br></div><div>To make sure I had a clue of what tables had changed and which changes were worth preserving, I thought I might just do a diff of the backups I took before and after deleting the channels. But I got</div><div><br></div>







<div><span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(233,233,233);font-family:fixedx6x13;font-size:13px">diff: memory exhausted</span></div><div><br></div><div><span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(233,233,233);font-family:fixedx6x13;font-size:13px"></span>This seems to be due to the absurdly long lines used by the sql dump, rather than to the overall size of the file. Am I right? Is there a simple workaround?</div><div> </div></div></div></div>