Re: [GENERAL] Retrieve postgres password

2015-09-02 Thread Adrian Klaver
On 09/02/2015 04:43 PM, ray madigans.org wrote: I have lost/forgotten the postgres password for my installation so I did the following. I edited pg_hba.conf and added an entry: local all all trust restarted postgresql. loged in as postgres (psql template1 -U postgres) change the postgres pas

[GENERAL] Retrieve postgres password

2015-09-02 Thread ray madigans.org
I have lost/forgotten the postgres password for my installation so I did the following.I edited pg_hba.conf and added an entry: local all all trustrestarted postgresql. loged in as postgres (psql template1 -U postgres) change the postgres password withALTER ROLE postgres PASSWORD fooI edited pg_h