Re: PostgreSQL 9.2 archiving last replayed WAL after recovery

From: amulsul <sul_amul(at)yahoo(dot)co(dot)in>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.2 archiving last replayed WAL after recovery
Date: 2013-07-18 02:06:30
Message-ID: 1374113190517-5764173.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear Daniel Blanco,

I think you copied same postgres.conf from master to standby, right?

if so please remove the following setting from standby before starting it

wal_level = archive
archive_mode = on
archive_command = 'test ! -f /.../archive/%f && cp %p /.../archive/%f'

hope it will work :D

Regards,
Amul Sul

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PostgreSQL-9-2-archiving-last-replayed-WAL-after-recovery-tp5763207p5764173.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel Gomez Blanco 2013-07-18 07:58:07 Re: PostgreSQL 9.2 archiving last replayed WAL after recovery
Previous Message amulsul 2013-07-17 10:54:27 Re: Postgres User Home ENV Help