We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b29d8f commit 212a3d1Copy full SHA for 212a3d1
install/centos/README.md
@@ -364,8 +364,9 @@ Configure the database user and password:
364
365
su - postgres
366
psql -d template1
367
- psql (8.4.13)
368
+ psql (8.4.20)
369
+ Type "help" for help.
370
template1=# CREATE USER git WITH PASSWORD 'your-password-here';
371
CREATE ROLE
372
template1=# CREATE DATABASE gitlabhq_production OWNER git;
@@ -377,7 +378,7 @@ Test the connection as the gitlab (uid=git) user. You should be root to begin th
377
378
379
whoami
380
-Attempt to log in to Postgres as the git user:
381
+Attempt to log in to Postgres as the git user (enter the password you set up above):
382
383
sudo -u git psql -d gitlabhq_production -U git -W
384
0 commit comments