Summer Sale! All accounts are 50% off this week.

josephmtinangi's avatar

How to implement database synchronization between local and remote server

I have a web application that runs on a local server. The web app does not have an internet connection all the time. I want that when there is an internet connection it should insert the local changes to the remote database server.

0 likes
2 replies
singularity's avatar

How are you planning to do it? To keep it simple, You can just keep track of what has not been synced yet (by some sort of flag field) and once online push them to the server.

Please or to participate in this conversation.