Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-03-24 03:11:12 +0300
committerRémy Coutable <remy@rymai.me>2017-03-24 03:11:12 +0300
commitb000e7ed2ba28a6de45fab791220271845af120f (patch)
tree9ad22b1aa308b47e18d6c7d3ec0fe86e8e0f1a32 /doc/administration
parent3ba4aa26eadd0aca3453d97b37123f02a4307a5b (diff)
link to database requirements document in HA database docs
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/high_availability/database.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/high_availability/database.md b/doc/administration/high_availability/database.md
index 0a08591c3ce..cf3aca106e9 100644
--- a/doc/administration/high_availability/database.md
+++ b/doc/administration/high_availability/database.md
@@ -13,6 +13,8 @@ Database Service (RDS) that runs PostgreSQL.
If you use a cloud-managed service, or provide your own PostgreSQL:
+1. Setup PostgreSQL according to the
+ [database requirements document](doc/install/requirements.md#database).
1. Set up a `gitlab` username with a password of your choice. The `gitlab` user
needs privileges to create the `gitlabhq_production` database.
1. Configure the GitLab application servers with the appropriate details.