Advertisement
Guest User

Heroku db:migrate error

a guest
Dec 5th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. rake aborted!
  2. FATAL: role "ezllxmmkehvywy" is not permitted to log in
  3. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  4. s/postgresql_adapter.rb:1161:in `initialize'
  5. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  6. s/postgresql_adapter.rb:1161:in `new'
  7. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  8. s/postgresql_adapter.rb:1161:in `connect'
  9. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  10. s/postgresql_adapter.rb:316:in `initialize'
  11. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  12. s/postgresql_adapter.rb:27:in `new'
  13. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  14. s/postgresql_adapter.rb:27:in `postgresql_connection'
  15. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  16. s/abstract/connection_pool.rb:277:in `new_connection'
  17. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  18. s/abstract/connection_pool.rb:287:in `checkout_new_connection'
  19. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  20. s/abstract/connection_pool.rb:235:in `block (2 levels) in checkout'
  21. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  22. s/abstract/connection_pool.rb:230:in `loop'
  23. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  24. s/abstract/connection_pool.rb:230:in `block in checkout'
  25. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  26. s/abstract/connection_pool.rb:229:in `checkout'
  27. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  28. s/abstract/connection_pool.rb:95:in `connection'
  29. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  30. s/abstract/connection_pool.rb:374:in `retrieve_connection'
  31. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  32. s/abstract/connection_specification.rb:168:in `retrieve_connection'
  33. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapter
  34. s/abstract/connection_specification.rb:142:in `connection'
  35. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/migration.rb:646:i
  36. n `initialize'
  37. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/migration.rb:554:i
  38. n `new'
  39. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/migration.rb:554:i
  40. n `up'
  41. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/migration.rb:535:i
  42. n `migrate'
  43. /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/railties/databases
  44. .rake:153:in `block (2 levels) in <top (required)>'
  45. Tasks: TOP => db:migrate
  46. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement