Re: Question on postgresql.conf
От
Dimitri Maziuk
Тема
Re: Question on postgresql.conf
Дата
Msg-id
e3a71331-3113-34d2-6bde-fe663293abb8@bmrb.wisc.edu
Ответ на
Re: Question on postgresql.conf (George Neuner)
Список
Дерево обсуждения
Question on postgresql.conf "Lu, Dan" <Dan.Lu@sig.com>
RE: Question on postgresql.conf Alvaro Aguayo Garcia-Rada <aaguayo@opensysperu.com>
Re: Question on postgresql.conf Steven Lembark <lembark@wrkhors.com>
Re: Question on postgresql.conf "David G. Johnston" <david.g.johnston@gmail.com>
RE: Question on postgresql.conf "Lu, Dan" <Dan.Lu@sig.com>
Re: Question on postgresql.conf Tom Lane <tgl@sss.pgh.pa.us>
RE: Question on postgresql.conf "Lu, Dan" <Dan.Lu@sig.com>
Re: Question on postgresql.conf Tom Lane <tgl@sss.pgh.pa.us>
Re: Question on postgresql.conf Matt Zagrabelny <mzagrabe@d.umn.edu>
Re: Question on postgresql.conf Dimitri Maziuk <dmaziuk@bmrb.wisc.edu>
Re: Question on postgresql.conf Fabio Pardi <f.pardi@portavita.eu>
On 07/31/2018 12:33 PM, George Neuner wrote: > Is there some reason that postgresql.conf cannot be a link to your > file? It's six of one, half a dozen of the other. The big problem is when the network share is unavailable at host boot and all of your databases are belong to bitbucket. If you want to do it right, you need chef/puppet as already suggested. One useful thing linux (at least) has now is conf.d directories whose contents are auto-included after the main config: this way you can keep the vendor-provided /etc/blah.conf and have all your host-specific settings in /etc/blah.d/myhost.conf, all living together happily ever after. You still want the latter to be a local file that's guaranteed available when blah service starts up. (Postgres devs: hint! hint!) -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
В списке pgsql-general по дате отправления