diff options
author | Marcia Ramos 🚫 (OOO - back on May 21) <virtua.creative@gmail.com> | 2018-05-09 16:11:28 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-09 16:11:28 +0000 |
commit | 1983e1597065c9f58d5dba8c617145bb0bb7401e (patch) | |
tree | 8b533280ca0b704f85b7d0443c90aadc3d96eb4a /doc/administration/external_database.md | |
parent | 88c02d9efa4976176117c78f3e6454df2735ed67 (diff) | |
download | gitlab-ce-1983e1597065c9f58d5dba8c617145bb0bb7401e.tar.gz |
Docs: fix duplicate titles
Diffstat (limited to 'doc/administration/external_database.md')
-rw-r--r-- | doc/administration/external_database.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/administration/external_database.md b/doc/administration/external_database.md new file mode 100644 index 00000000000..31199f2cdc7 --- /dev/null +++ b/doc/administration/external_database.md @@ -0,0 +1,17 @@ +# Configure GitLab using an external PostgreSQL service + +If you're hosting GitLab on a cloud provider, you can optionally use a +managed service for PostgreSQL. For example, AWS offers a managed Relational +Database Service (RDS) that runs PostgreSQL. + +Alternatively, you may opt to manage your own PostgreSQL instance or cluster +separate from the GitLab Omnibus package. + +If you use a cloud-managed service, or provide your own PostgreSQL instance: + +1. Setup PostgreSQL according to the + [database requirements document](../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. + This step is covered in [Configuring GitLab for HA](high_availability/gitlab.md). |