标签: database postgresql replication
我需要同步两个在Windows上运行的postgres数据库。它们必须完全相同。
一方面,我有一个带有本地postgres数据库的Windows应用程序。另一方面,我在Windows Server 2012上有一个带有postgres数据库的.NET Web应用程序。
Windows端经常脱机工作,我需要在Windows端上线时同步两个数据库。
我应该使用什么方法?提前谢谢。