[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

[GENERAL] Database not starting in init.d

2016-03-19 Thread ray madigans.org
I am attempting to setup a small postgresql database on a beaglebone black.  The application is slow so I am storing the database on a 64GB microsd card.  I formatted the drive, mounted it all correctly.I logged in as postgressudo su postgres# create the database cluster./initdb /data   # the mou