Amazon recently introduced PostgreSQL support for its Amazon RDS service. I was wondering if this scenario is possible:
- Setting up a PostgreSQL instance on Amazon RDS
- Install PostgreSQL on my VPS
- Installation replication so that any changes I make to the database in my VPS are automatically reflected on the PostgreSQL instance on Amazon RDS
Is it possible? If so, what would be the steps to achieve it?
postgresql amazon-web-services amazon-rds database-replication
Jamie
source share