Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. createuser: creation of new role failed: ERROR: role "ubuntu" already exists
  2.  
  3. ActiveRecord::NoDatabaseError: FATAL: database "hellowolrd_development" does not exist
  4.  
  5. default: &default
  6. adapter: postgresql
  7. encoding: SQL_ASCII
  8. pool: 5
  9. username: postgresql
  10. password: password
  11.  
  12. development:
  13. <<: *default
  14. database: instapost_development
  15.  
  16. test:
  17. <<: *default
  18. database: instapost_test
  19.  
  20. production:
  21. <<: *default
  22. encoding: unicode
  23. database: instapost_production
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement