Skip to content

Commit 212a3d1

Browse files
committed
Make clear which password to use
1 parent 3b29d8f commit 212a3d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/centos/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,9 @@ Configure the database user and password:
364364

365365
su - postgres
366366
psql -d template1
367-
psql (8.4.13)
368367

368+
psql (8.4.20)
369+
Type "help" for help.
369370
template1=# CREATE USER git WITH PASSWORD 'your-password-here';
370371
CREATE ROLE
371372
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
377378

378379
whoami
379380

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):
381382

382383
sudo -u git psql -d gitlabhq_production -U git -W
383384

0 commit comments

Comments
 (0)