-1

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?

4
  • Your question is duplicate on stackoverflow.com/a/12945959/11871997 Commented Apr 1, 2022 at 5:57
  • Read through my post, that link was already mentioned. I have read through that post and it is not a duplicate. While the errors are very similar, I do not have postgres installed or running elsewhere. Commented Apr 1, 2022 at 13:38
  • lsof -i only shows ports listened to by processes owned by the current user (unless you are root) or something like that, so the fact that something doesn't show doesn't mean it isn't there. Commented Apr 1, 2022 at 15:19
  • See solution here. I posted it on another thread. Commented Feb 28, 2024 at 10:24

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.