Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- LOG: could not bind IPv6 socket: Address already in use
- HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
- LOG: could not bind IPv4 socket: Address already in use
- HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
- WARNING: could not create listen socket for "localhost"
- FATAL: could not create any TCP/IP sockets
- ```
- ```
- ➜ postgres grep -E "^\w" pg_hba.conf
- local all all trust
- host all all 127.0.0.1/32 trust
- host all all ::1/128 trust
- ```
- http://stackoverflow.com/questions/42925423/postgres-databases-and-roles-disappeared
Advertisement
Add Comment
Please, Sign In to add comment