
Estou tendo problemas para iniciar o PostgreSQL em meu sistema CentOS. Aqui estão meus logs de erros abaixo. Qualquer ajuda será muito apreciada.
2017-04-25 03:18:12.553 CDT > LOG: could not bind IPv6 socket: Address already in use
2017-04-25 03:18:12.553 CDT > HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2017-04-25 03:18:12.553 CDT > WARNING: could not create listen socket for "*"
2017-04-25 03:18:12.553 CDT > FATAL: could not create any TCP/IP sockets
2017-04-25 03:18:12.554 CDT > LOG: database system is shut down
Responder1
Você provavelmente está executando outro serviço usando a porta 5432. Para verificar, tente fazer ss -lnpt
(use sudo caso você não seja root). Você poderá ver qual processo está usando a porta TCP 5432, se for esse o caso.