Skip to content

Run pg_upgrade with configured postgres username

Robert Marshall requested to merge 2885-do-not-hardcode-user-in-pg-upgrade into master
  • The pg_upgrade command was hard coded to use gitlab-psql during database migrations and upgrades. It will now defer to the username set with postgresql['username'].
  • Update rspec test to use an arbitrary username.

Resolves: #2885 (closed)

Closes: #2885 (closed)

Signed-off-by: Robert Marshall rmarshall@gitlab.com

Closes #2885 (closed)

Edited by GitLab Release Tools Bot

Merge request reports