Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 319 forks source link

rake db:create ident issue #238

Closed apalooza1 closed 6 years ago

apalooza1 commented 6 years ago

Following the instructions bellow, I error out when i try to run the rake db:create command. I have changed the method to md5 as suggested. I receive the following error.

FATAL: Ident authentication failed for user "scumblr"

There may be auth issues (IDENT failure) with getting rake to create the database, if so change the METHOD for the connection being used from 'ident' to 'md5' sudo nano /var/lib/pgsql/9.5/data/pg_hba.conf

Create the database rake db:create

Thanks