deploy:migrating
01 /usr/local/rvm/bin/rvm default do bundle exec rake db:migrate
01 rake aborted!
01 PG::ConnectionBad: FATAL: password authentication failed for user "customuser"
...
Tasks: TOP => db:migrate
1) Я обычно могу войти в psql под customuser
2) работает команда на сервере RAILS_ENV=production rake db:migrate
3) database.yml:
production:
<<: *default
database: app_production
host: localhost
username: customuser
password: mypassword
4) /etc/postgresql/10/main/pg_hba.conf:
# "local" is for Unix domain socket connections only
local all all md5
также пробовал peer