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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 06:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 06:08:48 +0300
commitbb01b338bfbc6e17996696145e6c495694b8f745 (patch)
treea470ea44dca6b2975fe5b62f07558286652e8140 /doc/administration/gitaly
parent7abe3b23d1dc3267ac7ac4e1955c78c97d06485c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/gitaly')
-rw-r--r--doc/administration/gitaly/recovery.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/administration/gitaly/recovery.md b/doc/administration/gitaly/recovery.md
index 980b4c89145..aa487917ef0 100644
--- a/doc/administration/gitaly/recovery.md
+++ b/doc/administration/gitaly/recovery.md
@@ -433,8 +433,9 @@ sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.t
> - [Introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5789) in GitLab 14.6, support for immediate replication.
WARNING:
-Manually adding repositories to the tracking database is broken with Praefect-generated replica paths (`@cluster`).
-The repository is not given the correct relative repository path.
+Because of a [known issue](https://gitlab.com/gitlab-org/gitaly/-/issues/5402), you can't add repositories to the
+Praefect tracking database with Praefect-generated replica paths (`@cluster`). These repositories are not associated with the repository path used by GitLab and are
+inaccessible.
The `track-repository` Praefect sub-command adds repositories on disk to the Praefect tracking database to be tracked.
@@ -489,8 +490,9 @@ This command fails if:
> [Introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6319) in GitLab 15.4.
WARNING:
-Manually adding repositories to the tracking database is broken with Praefect-generated replica paths (`@cluster`).
-The repository is not given the correct relative repository path.
+Because of a [known issue](https://gitlab.com/gitlab-org/gitaly/-/issues/5402), you can't add repositories to the
+Praefect tracking database with Praefect-generated replica paths (`@cluster`). These repositories are not associated with the repository path used by GitLab and are
+inaccessible.
Migrations using the API automatically add repositories to the Praefect tracking database.