Guest User

Untitled

a guest
Mar 21st, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ```
  2. LOG: could not bind IPv6 socket: Address already in use
  3. HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  4. LOG: could not bind IPv4 socket: Address already in use
  5. HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  6. WARNING: could not create listen socket for "localhost"
  7. FATAL: could not create any TCP/IP sockets
  8. ```
  9.  
  10. ```
  11. ➜ postgres grep -E "^\w" pg_hba.conf
  12. local all all trust
  13. host all all 127.0.0.1/32 trust
  14. host all all ::1/128 trust
  15. ```
  16.  
  17. http://stackoverflow.com/questions/42925423/postgres-databases-and-roles-disappeared
Advertisement
Add Comment
Please, Sign In to add comment