diff --git a/doc/administration/gitaly/praefect.md b/doc/administration/gitaly/praefect.md index 6a8037ffd66154c5f5aaee1c03cf0298f84f9d0b..1f97cd304f97a2061ab24df9c1b54eb6ac58b87e 100644 --- a/doc/administration/gitaly/praefect.md +++ b/doc/administration/gitaly/praefect.md @@ -137,7 +137,7 @@ We will note in the instructions below where these secrets are required. ### PostgreSQL NOTE: **Note:** -do not store the GitLab application database and the Praefect +Do not store the GitLab application database and the Praefect 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. diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index 60f0823536eb7e13140c340560bdec2e36b6ba9f..8b4e5090abb63b22455b5bf69452b2a95c23cb19 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -1,7 +1,14 @@ -# GitLab Developers Guide to Working with Gitaly +--- +stage: Create +group: Gitaly +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +type: reference +--- + +# Gitaly developers guide -[Gitaly](https://gitlab.com/gitlab-org/gitaly) is a high-level Git RPC service used by GitLab CE/EE, -Workhorse and GitLab-Shell. +[Gitaly](https://gitlab.com/gitlab-org/gitaly) is a high-level Git RPC service used by GitLab Rails, +Workhorse and GitLab Shell. ## Deep Dive diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index f862630deb5f924e4c14abd7b8229863fda2630a..35c046423b08f725d7198b78c1edff5d4d87ea82 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -546,7 +546,8 @@ gitlab=# \q #### Set up Gitaly CAUTION: **Caution:** -In this architecture, having a single Gitaly server creates a single point of failure. This limitation will be removed once [Gitaly Cluster](https://gitlab.com/groups/gitlab-org/-/epics/1489) is released. +In this architecture, having a single Gitaly server creates a single point of failure. Use +[Gitaly Cluster](../../administration/gitaly/praefect.md) to remove this limitation. Gitaly is a service that provides high-level RPC access to Git repositories. It should be enabled and configured on a separate EC2 instance in one of the diff --git a/doc/user/application_security/configuration/index.md b/doc/user/application_security/configuration/index.md index 0f58b18734a23d49260f93c49603383981f0882e..448978d4091d12a311c6a97a2d484749aaa08f2d 100644 --- a/doc/user/application_security/configuration/index.md +++ b/doc/user/application_security/configuration/index.md @@ -21,7 +21,7 @@ state of each feature. If a job with the expected security report artifact exist the feature is considered configured. NOTE: **Note:** -if the latest pipeline used [Auto DevOps](../../../topics/autodevops/index.md), +If the latest pipeline used [Auto DevOps](../../../topics/autodevops/index.md), all security features will be configured by default. ## Limitations