Re: PostgreSQL 9.2 archiving last replayed WAL after recovery - Mailing list pgsql-novice

From amulsul
Subject Re: PostgreSQL 9.2 archiving last replayed WAL after recovery
Date
Msg-id 1374113190517-5764173.post@n5.nabble.com
Whole thread Raw
In response to PostgreSQL 9.2 archiving last replayed WAL after recovery  (Daniel Gomez Blanco <nanodgb@gmail.com>)
Responses Re: PostgreSQL 9.2 archiving last replayed WAL after recovery  (Daniel Gomez Blanco <nanodgb@gmail.com>)
List 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.


pgsql-novice by date:

Previous
From: amulsul
Date:
Subject: Re: Postgres User Home ENV Help
Next
From: Daniel Gomez Blanco
Date:
Subject: Re: PostgreSQL 9.2 archiving last replayed WAL after recovery