Menu

Connections Type

Help
2018-04-10
2018-04-16
  • Francisco Montenegro

    Hi Guys,

    I need know if is feasible to connect one Database Sqlite from a machine as LOCALHOST using XAMMP to another database Sqlite localized on a SERVER, for example in AMAZON. I don't know if from the SERVER is visible the database on LOCALHOST in order to create a NODE or MASTER, i think no, but maybe you can help me with another solution.

    Thanks for advance.

     
  • Mark Michalek

    Mark Michalek - 2018-04-16

    Francisco, as long as your client can access your server over HTTP (or HTTPS) you could use SymmetricDS to connect the 2 databases. You could make the Amazon server your registration server.

    You could accomplish bi-directional sync, with one way HTTP communication by having 2 node group links:

    • client pushes to server
    • server waits for pull from client

    Hope this helps.

    Mark

     

    Last edit: Mark Michalek 2018-04-16

Log in to post a comment.