We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cec97c2 + d2c7a75 commit 2e0e63eCopy full SHA for 2e0e63e
doc/install/databases.md
@@ -58,7 +58,7 @@ GitLab use mysql as default database but you are free to use PostgreSQL or SQLit
58
sudo -u gitlab cp config/database.yml.mysql config/database.yml
59
60
# PostgreSQL
61
- sudo -u gitlab cp config/database.yml.postgres config/database.yml
+ sudo -u gitlab cp config/database.yml.postgresql config/database.yml
62
63
# make sure to update username/password in config/database.yml
64
0 commit comments