real-time sync between local Postgres instance and

2019-07-28 04:22发布

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条回答
戒情不戒烟
2楼-- · 2019-07-28 05:08

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.

查看更多
登录 后发表回答