When I bundle exec rake RAILS_ENV=production db:migrate, I get:
rake aborted!
FATAL: role "<USERNAME>" does not exist
Note that
$ psql --username=<USERNAME> --dbname=<DATABASE> --password
Does work - which is quite different than the similar questions here.
Any idea what could be the problem ?
--host=localhost(the same in database.yml). Could be two Postgres instances running on different ports ?!