Overall a nice post. It doesn't quite get into all the options for pg_dump as there's a number of other flags that can be useful to reduce downtime. It's also probably worth taking a look at Amazon Migration Service as well (though I haven't personally used it or heard from others that have yet) - https://aws.amazon.com/dms/ . One tool they did miss for continuous archiving is WAL-E, which tends to be the one most us…
* "AWS DMS doesn't support change processing on Amazon RDS for PostgreSQL. You can only do a full load."
* "AWS DMS doesn't map some PostgreSQL data types, including the JSON data type. The JSON is converted to CLOB."
http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source....
Hopefully it improves soon, since it's an otherwise awesome tool.