When I execute command:
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
I get this error:
pg_ctl: another server might be running; trying to start server anyway
waiting for server to start.... stopped waiting
pg_ctl: could not start server
Examine the log output
My postgres started:
brew services start postgresql