Slave show ahead of the WAL error

Поиск
Список
Период
Сортировка
От Ankur Kaushik
Тема Slave show ahead of the WAL error
Дата
Msg-id CALXoLqyQc+FZ5knCc0U+ir5=xSE9uJG+bNK1FCquXN+k0N=EXQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Slave show ahead of the WAL error  (Keith <keith@keithf4.com>)
Список pgsql-admin

I stopped the slave PostgreSQL

apply 

mv recovery.conf recovery1.conf

Started PostgreSQL

Change pg_hba.conf added new IP

Now

mv recovery1.conf recovery.conf

STARTED Slave Postgresql


Now Error Showing on Slave

< 2016-08-11 18:16:36.409 IST >LOG:  started streaming WAL from primary at 5/E1000000 on timeline 1
< 2016-08-11 18:16:36.409 IST >FATAL:  could not receive data from WAL stream: ERROR:  requested starting point 5/E1000000 is ahead of the WAL flush position of this server 5/E000EDD8


Error Showing on Master

< 2016-08-11 18:11:32.157 IST >LOG:  replication connection authorized: user=repl
< 2016-08-11 18:11:32.214 IST >ERROR:  requested starting point 5/E1000000 is ahead of the WAL flush position of this server 5/E0012708



В списке pgsql-admin по дате отправления:

Предыдущее
От: "dbyzaa@163.com"
Дата:
Сообщение: how can I know WAL insert location When the primary crash
Следующее
От: Keith
Дата:
Сообщение: Re: Slave show ahead of the WAL error