Thread: pgsql configuration

pgsql configuration

From
"Pau Marc Munoz Torres"
Date:
Hi

 today I had a problem with postgresql.conf file, i remove it from my local home, any of you know if there is some security copy  of it somewhere or if there is some how to recover it? the guy who did the configuration is not working at my office any more and i don't know is he changed some directory form default configuration


thanks

pau
--
Pau Marc Muñoz Torrespostgresql.conf

Laboratori de Biologia Computacional  
Institut de  Biotecnologia   i Biomedicina Vicent Villar                                    
Universitat Autonoma de Barcelona
E-08193 Bellaterra (Barcelona)postgresql.conf
              
telèfon: 93 5812807
Email : paumarc.munoz@bioinf.uab.cat

Re: pgsql configuration

From
"Albe Laurenz"
Date:
>  today I had a problem with postgresql.conf file, i remove it
> from my local home, any of you know if there is some security
> copy  of it somewhere or if there is some how to recover it?
> the guy who did the configuration is not working at my office
> any more and i don't know is he changed some directory form
> default configuration

If PostgreSQL is still running, quickly run a "SHOW ALL;" and capture the output.
It will contain all parameters.

If that is not the case, you'll have to resort to a backup.

If you have no backup, you're out of luck. Start with the standard configuration
and see if it works.

Yours,
Laurenz Albe