提交 159cd0d7 编写于 作者: A Andrew Kumanyaev

Update databases.md

上级 979dcdba
......@@ -38,10 +38,10 @@ GitLab supports the following databases:
sudo -u postgres psql -d template1
# Create a user for GitLab. (change $password to a real password)
template1=# CREATE USER gitlab WITH PASSWORD '$password';
template1=# CREATE USER git WITH PASSWORD '$password';
# Create the GitLab production database & grant all privileges on database
template1=# CREATE DATABASE gitlabhq_production OWNER gitlab;
template1=# CREATE DATABASE gitlabhq_production OWNER git;
# Quit the database session
template1=# \q
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册