Postgres.app Could not start on port 5432

后端 未结 24 1554
暗喜
暗喜 2021-01-29 22:24

I\'m using http://postgresapp.com. In the menubar it gives the error \" Could not start on port 5432.\" Similarly if I try to start the server from the terminal, I get:

24条回答
  •  不知归路
    2021-01-29 22:52

    This is what worked for me: $ sudo pkill -u postgres

    Props to this resource: https://github.com/PostgresApp/PostgresApp/issues/197#issuecomment-474534056

提交回复
热议问题