You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
pushy ubuntu wants postgres to put its lockfile in /var/run/postgres which causes problems when the instructions for this assignment call for running a local postgres. I think the author's OS allows postgres' lockfile to be in /tmp, which causes no friction.
> foreman start
FATAL: could not create lock file "/var/run/postgresql/.s.PGSQL.6432.lock": Permission denied
Feeding postres a '-k' switch in the Procfile resolved the problem for me
pushy ubuntu wants postgres to put its lockfile in /var/run/postgres which causes problems when the instructions for this assignment call for running a local postgres. I think the author's OS allows postgres' lockfile to be in /tmp, which causes no friction.
Feeding postres a '-k' switch in the Procfile resolved the problem for me
The text was updated successfully, but these errors were encountered: