Standby server won't start

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Standby server won't start
Дата
Msg-id 20140321.171031.1373661330389978103.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответы Re: Standby server won't start  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Список pgsql-hackers
I changed primary servers max_connections from 100 to 4 for just a
testing purpose. Now standby server won't start and complains:

hot standby is not possible because max_connections = 4 is a lower setting than on the master server (its value was
100)

My guess is this is because standby's pg_control file contains
previous primary setting (max_connections = 100). Is there any way to
start the standby server without re-creating pg_control (which implies
getting base backup again)? If not, there should be some way to allow
to start standby server without getting base backup...

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



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

Предыдущее
От: Dilip kumar
Дата:
Сообщение: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]
Следующее
От: "MauMau"
Дата:
Сообщение: Re: [bug fix] PostgreSQL fails to start on Windows if it crashes after tablespace creation