Re: [GENERAL] requested timeline doesn't contain minimum recovery point

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [GENERAL] requested timeline doesn't contain minimum recovery point
Дата
Msg-id CAB7nPqTOCg7CO9vOH3gjg-0k7irTOw6WQqV=mLSzPAbYS6wbog@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] requested timeline doesn't contain minimum recovery point  (Tom DalPozzo <t.dalpozzo@gmail.com>)
Ответы Re: [GENERAL] requested timeline doesn't contain minimum recovery point
Список pgsql-general
On Fri, Jan 6, 2017 at 1:01 AM, Tom DalPozzo <t.dalpozzo@gmail.com> wrote:
> Hi,
> there is something happening in my replication that is not clear to me. I
> think I'm missing something.
> I've two server, red and blue.
> red is primary blue is standby, async repl.
> Now:
> 1 cleanly stop red
> 2 promote blue
> 3 insert tuples in blue
> 4 from red site, pg_rewind from blue to red dir.
> 5 start red as standby-> OK
> 6 wait a long time and then cleanly stop blue
> 7 promote red
> 8 insert tuples in red
> 9 from blue site, pg_rewind from red to blue dir
> 10 start blue as standby -> I get "requested timeline 3 doesn't contain
> minimum recovery point 1/... on timeline 1
>
> Sometimes this "switching game"  works up to timeline 4 or 5, not always 3

Could you give more details? What does pg_rewind tell you at each
phase? Is that on Postgres 9.5 or 9.6? I use pg_rewind quite
extensively on 9.5 but I have no problems of this time with multiple
timeline jumps when juggling between two nodes. Another thing that is
coming to my mind: you are using pg_rewing with a source node that is
running. You should issue a checkpoint manually after promoting the
node to be sure that its control file gets the new timeline number.
--
Michael


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

Предыдущее
От: Pierre Ducroquet
Дата:
Сообщение: [GENERAL] PostgreSQL not reusing free space in table ?
Следующее
От: BRUSSER Michael
Дата:
Сообщение: Re: [GENERAL] psql error (encoding related?)