debian-mirror-gitlab/doc/administration/high_availability/database.md

21 lines
723 B
Markdown
Raw Normal View History

2019-09-30 21:07:59 +05:30
---
type: reference
---
2019-07-31 22:56:46 +05:30
# Configuring PostgreSQL for Scaling and High Availability
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
In this section, you'll be guided through configuring a PostgreSQL database to
be used with GitLab in one of our [Scalable and Highly Available Setups](../reference_architectures/index.md).
2019-09-30 21:07:59 +05:30
## Provide your own PostgreSQL instance **(CORE ONLY)**
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
This content has been moved to a [new location](../postgresql/external.md).
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
## Standalone PostgreSQL using Omnibus GitLab **(CORE ONLY)**
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
This content has been moved to a [new location](../postgresql/standalone.md).
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
## PostgreSQL replication and failover with Omnibus GitLab **(PREMIUM ONLY)**
2016-06-02 11:05:42 +05:30
2020-06-23 00:09:42 +05:30
This content has been moved to a [new location](../postgresql/replication_and_failover.md).