Re: [GENERAL] PG 9.3.12: Replication appears to have worked, but getting error messages in logs

2016-04-05 Thread David Caldwell
On 4/4/16 10:57 PM, Michael Paquier wrote: > On Sun, Apr 3, 2016 at 2:50 PM, David Caldwell wrote: >> Hello, >> >> We're using streaming replication. Our technique for spinning up a db >> slave is this: >> >> rsync from master (gross copy) >>

[GENERAL] PG 9.3.12: Replication appears to have worked, but getting error messages in logs

2016-04-04 Thread David Caldwell
Hello, We're using streaming replication. Our technique for spinning up a db slave is this: rsync from master (gross copy) pg_start_backup() on server rsync from master (correct copy) pg_stop_backup() drop in recovery.conf into slave directory enable hot_standby in slave conf start slave After s