Skip to content
Snippets Groups Projects
Commit 7d7e9087 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'fix-gitlab-pg-ctl' into 'master'

Fix `chpst: fatal: unknown user/group:  gitlab-psql`

See merge request gitlab-org/omnibus-gitlab!2357
parents d24108dc 50b6a597
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
fi
export PGDATA=${psql_host}/data
exec /opt/gitlab/embedded/bin/chpst "${privilege_drop}" /opt/gitlab/embedded/bin/pg_ctl "$@"
exec /opt/gitlab/embedded/bin/chpst ${privilege_drop} /opt/gitlab/embedded/bin/pg_ctl "$@"
EOH
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment