Commit bb5e4d30 authored by James Ramsay's avatar James Ramsay

Merge branch 'derekferguson-praefect-HA-postgresql-docs' into 'master'

Add info for HA Postgres and Praefect

Closes gitaly#2991

See merge request gitlab-org/gitlab!38957
parents a4eec913 437dd1b1
......@@ -174,6 +174,16 @@ database on the same PostgreSQL server if using
[Geo](../geo/replication/index.md). The replication state is internal to each instance
of GitLab and should not be replicated.
These instructions help set up a single PostgreSQL database, which creates a single point of
failure. For greater fault tolerance, the following options are available:
- For non-Geo installations, use one of the fault-tolerant
[PostgreSQL setups](../postgresql/index.md).
- For Geo instances, either:
- Set up a separate [PostgreSQL instance](https://www.postgresql.org/docs/11/high-availability.html).
- Use a cloud-managed PostgreSQL service. AWS
[Relational Database Service](https://aws.amazon.com/rds/)) is recommended.
To complete this section you will need:
- 1 Praefect node
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment