Unsupported Screen Size: The viewport size is too small for the theme to render properly.

two way sync work fine, one sync not

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications two way sync work fine, one sync not

  • This topic is empty.
Viewing 5 reply threads
  • Author
    Posts
    • #8934
      Anonymous
      Guest

      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

    • #17511
      Ritesh
      Member

      We are working on your issue and will revert back soon.

    • #17512
      Ritesh
      Member

      Which version of MySQL and SQLyog are you using?

      Can you mail me your table structure and some sample data?

    • #17513
      jfgreco
      Member

      Anything on this one? I seem to notice the same problems with one way sync local to web.

    • #17514
      Ritesh
      Member
      Quote:
      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 🙁

    • #17515
      jfgreco
      Member

      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.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.