I'm trying to set up an PostgreSQL database on Amazon RDS as a replica to another PostgreSQL database that lives on a regular server. Most of the instructions I've found online require shell access so that you can copy over a bunch of data files that can't be manipulated through the psql shell.
Amazon RDS for PostgreSQL does not provide shell access, so these methods won't work. Is there another way to enable streaming replication?
Thanks in advance!
PS I've seen this question but it is not a duplicate, as it is asking about MySQL, specifically, and not PostgreSQL.