Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Created December 12, 2021 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trilliwon/c913f9473a9d1aab82d319deb3967243 to your computer and use it in GitHub Desktop.
Save trilliwon/c913f9473a9d1aab82d319deb3967243 to your computer and use it in GitHub Desktop.

I had an error start postgre local server like PostgreSQL stale ‘postmaster.pid’ error

  • To fix this error should just remove postmaster.pid file. This issue happens when the PostgreSQL process dies without cleaning up its pid file.

Delete postmaster.pid

  • cd Library/Application\ Support/Postgres/var-13/
  • rm postmaster.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment