WIP Add gitlab-psql command
This makes it easier to do adminstrative tasks in PostgreSQL.
Merge request reports
Activity
Added 1 commit:
- 9fda4882 - Create /usr/bin/gitlab-psql symlink
Added 1 commit:
- 237fa524 - Actually "build" gitlab-psql
@jacobvosmaer how is this different than
gitlab-rails dbconsole
?@marin
rails dbconsole
asks you for a password and connects as the application user. This command connects as the PG superuser.Right, you want super user access to everything, not just a database. Makes sense, would be a nice addition!
Edited by Marin JankovskiImplemented with !798 (merged)
Please register or sign in to reply