-

Migrate Local Postgres DB to Amazon RDS Instance
Introduction Recently I was experimenting with creating an application on AWS. To keep things simple I chose PostgreSQL as my database and starting working on the database on my local PC. As part of the migration stage to AWS I was faced with two choices with regards to the Postgres database, either recreate the database…