Re: Turning a streaming standby into a hot-standby

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Turning a streaming standby into a hot-standby
Дата
Msg-id CAHGQGwFtGfhZpftUGJ-v=bOmz5BW-udbsrAMbYkT+tTwgm=3rA@mail.gmail.com
обсуждение исходный текст
Ответ на Turning a streaming standby into a hot-standby  (Axel Rau <axel.rau@chaos1.de>)
Ответы Re: Turning a streaming standby into a hot-standby
Список pgsql-admin
On Fri, Nov 9, 2012 at 1:13 AM, Axel Rau <axel.rau@chaos1.de> wrote:
> Hi dbas,
>
> I changed hot_standby to "on" on the standby and learned on restart:
> "hot standby is not possible because wal_level was not set to ""hot_standby"" on the master server"
> After restarting the master with "wal_level = hot_standby",
> I'm still getting the same error message on the standby.
> This is 9.1.2.
>
> What am I doing wrong?

After setting wal_level to hot_standby in the master, you need to take
a fresh base backup from the master onto the standby, and start the
standby from that backup.

The standby with hot_standby=on needs the backup which was backed
up from the master with wal_level=hot_standby.

Regards,

--
Fujii Masao


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

Предыдущее
От: Mike Broers
Дата:
Сообщение: Re: bumping all sequence ids in a schema
Следующее
От: Axel Rau
Дата:
Сообщение: Re: Turning a streaming standby into a hot-standby