Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. base: &base
  2. adapter: postgres
  3. encoding: UTF-8
  4. host: hostHidden
  5. username: postgres
  6. password: passw%#rd
  7. schema_search_path: public
  8. port: hiddenPort
  9. production: &production
  10. database: myDb
  11. <<: *base
  12.  
  13. DataObjects::SQLError: Can't connect: postgresql://postgres:passw%25%23rd@hostHidden:hiddenPort/myDb?database=myDb&adapter=postgres&encoding=UTF-8&host=hiddenHost&username=postgres&password=passw%2525%2523rd&schema_search_path=public&port=hiddenPort
  14. FATAL: password authentication failed for user "postgres" (code: , sql state: , query: , uri: )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement