File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -335,18 +335,19 @@ Configure the database user and password:
335
335
template1=# \q
336
336
exit # exit uid=postgres, return to root
337
337
338
- Test the connection as the gitlab (uid=git) user.
338
+ Test the connection as the gitlab (uid=git) user. You should be root to begin this test:
339
339
340
- # you should be root
341
340
whoami
342
341
343
- # This will prompt you for the password of database user git
342
+ Attempt to log in to Postgres as the git user:
343
+
344
344
sudo -u git psql -d gitlabhq_production -U git -W
345
345
346
- # If you see:
347
- # gitlabhq_production=>
348
- # Then your password has been accepted successfully and you can type \q to quit
346
+ If you see the following :
347
+
348
+ gitlabhq_production=>
349
349
350
+ Your password has been accepted successfully and you can type \q to quit.
350
351
351
352
----------
352
353
## 6. GitLab
You can’t perform that action at this time.
0 commit comments