Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple postgres processes running that can't be quit & could not start on port 5432. #210

Closed
Kendogzone opened this issue Sep 18, 2014 · 3 comments

Comments

@Kendogzone
Copy link

I originally downloaded Postgres with Postgres.app, deleted it from the Applications folder and then downloaded with homebrew, since then I keep getting the could not start on port 5432 error even after deleting ~/Library/Application Support/Postgres, and I have 7 postgres processes that can't be force quit.

@jakob
Copy link
Member

jakob commented Sep 18, 2014

  • try uninstalling the homebrew version using brew remove postgresql
  • restart your computer
  • check in activity monitor to make sure no more postgres processes are around
  • open Postgres.app again

(Hint: To kill postgres, try killing the process with the lowest PID. The others are child processes that will be respawned by the parent process.)

@Kendogzone
Copy link
Author

that seemed to work, thanks! I have two postgres applications listed now (Postgres and Postgres-9.3.5.0), is there one that I can safely delete or should I just leave them be?

@jakob
Copy link
Member

jakob commented Sep 20, 2014

That's probably two copies of the same app, check in get info. Just delete "Postgres-9.3.5.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants