<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-im" style="color:rgb(80,0,80)">> On Mar 5, 2020, at 10:13 AM, Troy Denton <<a href="mailto:tdenton@24-7intouch.com" target="_blank">tdenton@24-7intouch.com</a>> wrote:<br>><br>> Is onetimecopy still supported in bucardo 5?  I'm adding new tables to an existing sync and want to copy over those tables.  The tables exist on both machines, with data existing in one of them. I can't seem to make it work, steps I followed:<br>><br>> bucardo add table <table> relgroup=<relgroup> db=<db><br>> bucardo validate sync <the sync that uses this relgroup><br>> bucardo update sync <the sync that uses this relgroup> onetimecopy=2<br>> bucardo kick <the sync that uses this relgroup><br>><br>> Never saw the data copy over, or the 'one time copy' in the status go to false.  I tried reloading that sync [i got an error], stopping/starting bucardo, and then the status said that onetimecopy was false, but my data had not transferred.<br>><br>> I've just manually transferred the data for now, but would like to know the correct process moving forward.<br><br></span>It *should* work, though I’m curious what error the you mentioned was.  I assume the target table was completely empty first if you were trying to use onetimecopy=2?<br><br>Which Bucardo version?<br></blockquote><div><br></div><div>Hey David, The target table was completely empty.  There are other tables in the same relgroup that would not have been completely empty though - could that be the misunderstanding?</div><div><br></div><div>The error I am getting is:</div><div><br></div><div>"Reloading sync tndb_sync...Reload of sync tndb_sync failed; reload response message never received".  I just tried it now and got the same result.</div><div><br></div><div>I am running bucardo 5.5.0 </div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">--------------------------------</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Troy Denton, P. Eng.</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Senior Telecom Analyst</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap">24-7 Intouch</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap"><a href="tel:204.666.4651" target="_blank">204.666.4651</a></span><span style="font-size:9.5pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"> | mobile</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><a href="http://24-7intouch.com/" target="_blank"><span style="font-size:9.5pt;font-family:Arial;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">24-7intouch.com</span></a><span style="font-size:9.5pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"> |</span><span style="font-size:9.5pt;font-family:Arial;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap"> </span><a href="mailto:tdenton@24-7intouch.com" target="_blank"><span style="font-size:9.5pt;font-family:Arial;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">tdenton@24-7intouch.com</span></a></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9.5pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">240 Kennedy St | Winnipeg, Manitoba, Canada R3C 1T1</span></p><br><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:7pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Confidentiality Note: This e-mail message and any attachments to it are intended only for the named recipients and may contain legally privileged and/or confidential information. If you are not one of the intended recipients, please do not duplicate or forward this e-mail message and immediately delete it from your computer.</span></p></span></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 5, 2020 at 10:15 AM David Christensen <<a href="mailto:david@endpoint.com">david@endpoint.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> On Mar 5, 2020, at 10:13 AM, Troy Denton <<a href="mailto:tdenton@24-7intouch.com" target="_blank">tdenton@24-7intouch.com</a>> wrote:<br>
> <br>
> Is onetimecopy still supported in bucardo 5?  I'm adding new tables to an existing sync and want to copy over those tables.  The tables exist on both machines, with data existing in one of them. I can't seem to make it work, steps I followed:<br>
> <br>
> bucardo add table <table> relgroup=<relgroup> db=<db><br>
> bucardo validate sync <the sync that uses this relgroup><br>
> bucardo update sync <the sync that uses this relgroup> onetimecopy=2<br>
> bucardo kick <the sync that uses this relgroup><br>
> <br>
> Never saw the data copy over, or the 'one time copy' in the status go to false.  I tried reloading that sync [i got an error], stopping/starting bucardo, and then the status said that onetimecopy was false, but my data had not transferred.<br>
> <br>
> I've just manually transferred the data for now, but would like to know the correct process moving forward.<br>
<br>
It *should* work, though I’m curious what error the you mentioned was.  I assume the target table was completely empty first if you were trying to use onetimecopy=2?<br>
<br>
Which Bucardo version?<br>
<br>
Best,<br>
<br>
David<br>
</blockquote></div>