Re: PostgreSQL 9.2 archiving last replayed WAL after recovery

Поиск
Список
Период
Сортировка
От amulsul
Тема Re: PostgreSQL 9.2 archiving last replayed WAL after recovery
Дата
Msg-id 1374113190517-5764173.post@n5.nabble.com
обсуждение исходный текст
Ответ на PostgreSQL 9.2 archiving last replayed WAL after recovery  (Daniel Gomez Blanco <nanodgb@gmail.com>)
Ответы Re: PostgreSQL 9.2 archiving last replayed WAL after recovery  (Daniel Gomez Blanco <nanodgb@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: amulsul
Дата:
Сообщение: Re: Postgres User Home ENV Help
Следующее
От: Daniel Gomez Blanco
Дата:
Сообщение: Re: PostgreSQL 9.2 archiving last replayed WAL after recovery