Re: [GENERAL] After upgrade to 9.3, streaming replication fails to start--SOLVED

2013-11-07 Thread Jeff Ross
On 11/6/13, 12:26 PM, Jeff Ross wrote: On 11/6/13, 11:32 AM, Jeff Janes wrote: On Wed, Nov 6, 2013 at 9:40 AM, Jeff Ross > wrote: _postgresql@nirvana:/var/postgresql $ cat start_hot_standby.sh #!/bin/sh backup_label=wykids_`date +%Y-%m-%d` #remove any

Re: [GENERAL] After upgrade to 9.3, streaming replication fails to start

2013-11-06 Thread Jeff Ross
On 11/6/13, 11:32 AM, Jeff Janes wrote: On Wed, Nov 6, 2013 at 9:40 AM, Jeff Ross > wrote: _postgresql@nirvana:/var/postgresql $ cat start_hot_standby.sh #!/bin/sh backup_label=wykids_`date +%Y-%m-%d` #remove any existing wal files on the standby ss

Re: [GENERAL] After upgrade to 9.3, streaming replication fails to start

2013-11-06 Thread Jeff Janes
On Wed, Nov 6, 2013 at 9:40 AM, Jeff Ross wrote: _postgresql@nirvana:/var/postgresql $ cat start_hot_standby.sh > #!/bin/sh > backup_label=wykids_`date +%Y-%m-%d` > #remove any existing wal files on the standby > ssh dukkha.internal rm -rf /wal/* > #stop the standby server if it is running > ssh

[GENERAL] After upgrade to 9.3, streaming replication fails to start

2013-11-06 Thread Jeff Ross
Hi all, I recently installed 9.3 into my work servers. With 9.2 I had streaming replication working. Primary server is on nirvana, standby server is on dukkha. Upgrade on nirvana went just fine--no problems there. Initial installation on dukkha went fine as well, but streaming replication