forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › two way sync work fine, one sync not
- This topic is empty.
-
AuthorPosts
-
-
April 22, 2005 at 4:45 pm #8934AnonymousGuest
i've two server that must be syncronized.
a part of tables need a one way sync from local to web server.
other tables need a two way sync because the data are updatable from local DB and from web server DB.
i configure an xml file for SQLyog Job Agent to sync on one way and….
if i update local table the web server table is updated corractly, when i delete a local record the web server table is updated correctly,
but when i added a new record in local table… when i try to syncronize… the new record is addend and deleted at the same time.
i don't understand the reason of that.
Table SrcRows TgtRows Inserted Updated Deleted
========================= ======= ======= ======== ======= =======
articoli 4095 4094 1 0 1
articoli_categorie 4858 4858 0 0 0
if modify the xml config file and i put twowaysync true,
the item is added correctly…
Table SrcRows TgtRows Inserted Updated Deleted
========================= ======= ======= ======== ======= =======
articoli 4095 4094 1 0 No change
articoli 4095 4095 0 0 No change
articoli_categorie 4858 4858 0 0 No change
articoli_categorie 4858 4858 0 0 No change
you can say the reason of that?
thanks Michele
-
April 28, 2005 at 3:02 am #17511RiteshMember
We are working on your issue and will revert back soon.
-
April 30, 2005 at 2:22 am #17512RiteshMember
Which version of MySQL and SQLyog are you using?
Can you mail me your table structure and some sample data?
-
May 5, 2005 at 2:41 pm #17513jfgrecoMember
Anything on this one? I seem to notice the same problems with one way sync local to web.
-
May 5, 2005 at 2:58 pm #17514RiteshMemberQuote:Which version of MySQL and SQLyog are you using?
Can you mail me your table structure and some sample data?
Without sample data we are not able to reproduce the error 🙁
-
May 6, 2005 at 3:30 pm #17515jfgrecoMember
Contact me and I will supply with data.
At the present momemt I am running a one way sync. From my local to my web server. And it Updated, Inserted and now it is deleting everything in the database.
-
-
AuthorPosts
- You must be logged in to reply to this topic.