Skip to content

Correct postgres super user command

username-removed-211454 requested to merge sknolin/omnibus-gitlab:patch-1 into master

Postgres super user line was incorrect. "sudo gitlab-psql" is attempting to run a program, not become a user. But even if inserting "-u", still fails without full paths.

Merge request reports