Port 5432 is already in use ...
- Dominant language
- JavaScript
- Stars
- 346
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
If when you open the Postgres.app you see the following error message:

Or clicking "start" shows you the message:

```
Port 5432 is already in use
Usually this means that there is already a PostgreSQL server running on your Mac.
If you want to run multiple servers simultaneously, use different ports.
```
Running
```
lsof -i :5432
```
As suggested in this SO:
https://stackoverflow.com/questions/12028037/postgres-app-could-not-start-on-port-5432
I see that:

I quit DBeaver and then Postgres.app could connect. 👍
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.