On Thu, Jun 6, 2013 at 7:23 AM, David Greco <David_Greco@xxxxxxxxxxxxxxx> wrote:
-- On the master or on the slave, or on both? I thought shipping the archived WAL files from the master to the slave did this already?
In your case you need to transfer the WAL files using streaming replication, so you need to set wal_keep_segments to a value high enough on master such as the slave can can up. For reference:
http://www.postgresql.org/docs/9.2/static/runtime-config-replication.html
http://www.postgresql.org/docs/9.2/static/runtime-config-replication.html
Michael