Created
April 24, 2015 03:47
-
-
Save yohangdev/bb67095b68301a1275de to your computer and use it in GitHub Desktop.
Access Gitlab PostgreSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su - gitlab-psql | |
/opt/gitlab/embedded/bin/psql gitlabhq_production | |
\connect database_name | |
\dt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment