Skip to content

Instantly share code, notes, and snippets.

@dwdraju
Created August 19, 2018 10:27
Show Gist options
  • Save dwdraju/201f613cde722700800479cb3fa1a7c2 to your computer and use it in GitHub Desktop.
Save dwdraju/201f613cde722700800479cb3fa1a7c2 to your computer and use it in GitHub Desktop.
Postgres permission error - solution

Error message

could not create lock file "postmaster.pid": Permission denied 
HINT: The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again. postmaster.pid

Solution

chmod 700 /var/lib/postgresql/9.5/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment