Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PostgreSQL replication to Amazon RDS

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

  • Setup a PostgreSQL instance on Amazon RDS
  • Install PostgreSQL on my VPS
  • Setup replication so that any changes I make on the DB in my VPS are automatically mirrored on the PostgreSQL instance on Amazon RDS

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

like image 390
Jamie Avatar asked Dec 09 '13 10:12

Jamie


1 Answers

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

like image 151
michel-slm Avatar answered Sep 22 '22 00:09

michel-slm