Jamie
Jamie

Reputation: 647

PostgreSQL replication to Amazon RDS

Amazon recently introduced PostgreSQL support for their Amazon RDS service. I was wondering if this scenario could be possible:

Is this possible? If yes, what would be the steps to achieve it?

Upvotes: 9

Views: 4439

Answers (2)

michel-lind
michel-lind

Reputation: 9766

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.

Announcement here

Upvotes: 6

slayedbylucifer
slayedbylucifer

Reputation: 23512

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

However, the closest for PostgreSQL RDS that I could find is: 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

Upvotes: 1

Related Questions