简体   繁体   English

PostgreSQL复制到Amazon RDS

[英]PostgreSQL replication to Amazon RDS

Amazon recently introduced PostgreSQL support for their Amazon RDS service. 亚马逊最近推出了PostgreSQL对其Amazon RDS服务的支持。 I was wondering if this scenario could be possible: 我想知道这种情况是否可能:

  • Setup a PostgreSQL instance on Amazon RDS 在Amazon RDS上设置PostgreSQL实例
  • Install PostgreSQL on my VPS 在我的VPS上安装PostgreSQL
  • Setup replication so that any changes I make on the DB in my VPS are automatically mirrored on the PostgreSQL instance on Amazon RDS 设置复制,以便我在VPS中对数据库所做的任何更改都自动镜像到Amazon RDS上的PostgreSQL实例上

Is this possible? 这可能吗? If yes, what would be the steps to achieve it? 如果是,那么实现它的步骤是什么?

Replication using trigger-based systems like Londiste and Bucardo into and out of RDS is now supported as of Nov. 10th 2014 , per a reply on that forum thread. 现在支持使用基于触发器的系统(如Londiste和Bucardo)进出RDS的复制,自2014年11月10日起 ,该论坛帖子的回复。

Announcement here 公告在这里

I think it is not possible. 我认为这是不可能的。 SImilar functionality is available for MySQL RDS: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.NonRDSRepl.html 适用于MySQL RDS的SImilar功能: http ://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.NonRDSRepl.html

However, the closest for PostgreSQL RDS that I could find is: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Procedural.Importing.html 但是,我能找到的最接近PostgreSQL RDS的是: http//docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Procedural.Importing.html

Check on AWS Forum for better thoughts around this: https://forums.aws.amazon.com/index.jspa 请访问AWS论坛,了解有关此问题的更多信息: https//forums.aws.amazon.com/index.jspa

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM