Cannot start Postgres on port 5432

912 Views Asked by At

I just installed postgres.app, but when I try to start the server I get the following error:

enter image description here

After checking some answers in a similar thread I verified that my PATH is defined correctly and that no other process is running on port 5432:

enter image description here

So what's going on with port 5432?

1

There are 1 best solutions below

0
On

Simple solution. Uninstalled and reinstalled and now everything works on port 5432. Very strange error, I am curious if anyone has any ideas about how this happened.