Re: postgresql recovery (PANIC: btree_split_redo: lost left sibling)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql recovery (PANIC: btree_split_redo: lost left sibling)
Дата
Msg-id 10712.1180634044@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql recovery (PANIC: btree_split_redo: lost left sibling)  ("Sipos Ferenc" <sipos.ferenc@telefor.hu>)
Список pgsql-admin
"Sipos Ferenc" <sipos.ferenc@telefor.hu> writes:
> I have a problem with postgresql recovery. I want to make a test
> recovery from our production server to a test machine. On the production
> server runs PostgreSQL 8.0.3. On the test machine the PostgreSQL version
> is 8.0.4 (installed from binary rpm).
> I issued pg_start_backup and make a file system backup and issued
> pg_stop_backup. I unpacked the file system backup to the test machine I
> copied the new WAL logs to a directory. When I want to start the server
> on the test machine I got an error: PANIC:  btree_split_redo: lost left
> sibling

This is a known bug repaired in 8.0.8 and up.

            regards, tom lane

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

Предыдущее
От: "Sipos Ferenc"
Дата:
Сообщение: Re: postgresql recovery (PANIC: btree_split_redo: lost left sibling)
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Deletes hurt