real-time sync between local Postgres instance and Azure Cloud Postgres instance

守給你的承諾、 提交于 2019-12-11 04:47:10

问题


I need to set up real time sync process between a on premise postgresql instance with cloud postgresql instance. Please let me know what are all the options available through which i can achieve it.

Do i have to use any specific tool or it can be managed through replication .

Please advice


回答1:


Use PgPool

http://www.pgpool.net/mediawiki/index.php/Main_Page

from their web page:

pgpool-II can manage multiple PostgreSQL servers. Using the replication function enables creating a realtime backup on 2 or more physical disks, so that the service can continue without stopping servers in case of a disk failure.



来源:https://stackoverflow.com/questions/44248931/real-time-sync-between-local-postgres-instance-and-azure-cloud-postgres-instance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!