0

I'm still in student mode. Trying to expand my knowledge about deployment. I run into a rake db:migrate issue and get the following error message on Windows 10. I added passwords etc but my issue didn't resolve.

rake aborted! PG::ConnectionBad: fe_sendauth: no password supplied Tasks: TOP => db:migrate (See full trace by running task with --trace)

Any suggestions? Thank you!

t56k
  • 6,769
  • 9
  • 52
  • 115
  • 3
    Please post your pg_hba.conf file and your database.yml file – Anthony L Feb 21 '18 at 01:15
  • Don't forget to take a [tour] as a new User. – Shiko Feb 21 '18 at 02:55
  • Googling the exception class, which in this case is [PG::ConnectionBad](https://stackoverflow.com/questions/19828385/pgconnectionbad-could-not-connect-to-server-connection-refused), tends to help pretty much every issue. – t56k Feb 21 '18 at 05:01

0 Answers0