Skip to content

Commit 2e0e63e

Browse files
committed
Merge pull request gitlabhq#1841 from sectioneight/fix-postgres-documentation
Fix PostgreSQL setup instructions
2 parents cec97c2 + d2c7a75 commit 2e0e63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install/databases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GitLab use mysql as default database but you are free to use PostgreSQL or SQLit
5858
sudo -u gitlab cp config/database.yml.mysql config/database.yml
5959

6060
# PostgreSQL
61-
sudo -u gitlab cp config/database.yml.postgres config/database.yml
61+
sudo -u gitlab cp config/database.yml.postgresql config/database.yml
6262

6363
# make sure to update username/password in config/database.yml
6464

0 commit comments

Comments
 (0)