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
When installing postgresql to Mac OS X, it would be nice if the framework would pre-create the postgres user and group and set the proper permissions. After doing the initialize and configure steps, the users need to be created and the permissions need to be repaired before postgres may be started as the postgres user:
When installing postgresql to Mac OS X, it would be nice if the framework would pre-create the postgres user and group and set the proper permissions. After doing the initialize and configure steps, the users need to be created and the permissions need to be repaired before postgres may be started as the postgres user:
chown -R postgres:_postgres /var/db/postgresql
chown -R postgres:_postgres /var/run/postgresql
The text was updated successfully, but these errors were encountered: