I need to syncronize two postgres databases running on Windows. They must be identical.
In one side, i have a windows app with a local postgres database. On the other side i have a .NET web application on Windows Server 2012 with a postgres database.
Frequently the Windows side works offline, i need to syncronize the two databases when the windows side come online.
What approach should i use? Thank you in advance.