could not stat promote trigger file leads to shutdown

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема could not stat promote trigger file leads to shutdown
Дата
Msg-id 3d22ae93-db56-9487-555b-ca6518ec036c@2ndquadrant.com
обсуждение исходный текст
Ответы Re: could not stat promote trigger file leads to shutdown  (Fujii Masao <masao.fujii@gmail.com>)
Re: could not stat promote trigger file leads to shutdown  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I have seen the error

     could not stat promote trigger file "...": Permission denied

because of a misconfiguration (for example, setting promote_trigger_file 
to point into a directory to which you don't have appropriate read or 
execute access).

The problem is that because this happens in the startup process, the 
ERROR is turned into a FATAL and the whole instance shuts down.  That 
seems like a harsh penalty.  Would it be better to turn this ERROR into 
a WARNING?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Sehrope Sarkuni
Дата:
Сообщение: Re: ssl passphrase callback
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Allow CREATE OR REPLACE VIEW to rename the columns