From ca93ae4322c4d90dc2e56060255c224df263f5ee Mon Sep 17 00:00:00 2001 From: Evan Read Date: Tue, 9 Dec 2025 11:14:35 +1000 Subject: [PATCH] Update warning to clarify impacted versions for known issue --- doc/administration/gitaly/praefect/recovery.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/administration/gitaly/praefect/recovery.md b/doc/administration/gitaly/praefect/recovery.md index 294ad156f2f1b7..89a40495edb314 100644 --- a/doc/administration/gitaly/praefect/recovery.md +++ b/doc/administration/gitaly/praefect/recovery.md @@ -429,9 +429,9 @@ sudo -u git -- /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefec {{< alert type="warning" >}} -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. +Because of a [known issue](https://gitlab.com/gitlab-org/gitaly/-/issues/5402), in GitLab 16.0 and earlier, 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. {{< /alert >}} @@ -488,9 +488,9 @@ This command fails if: {{< alert type="warning" >}} -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. +Because of a [known issue](https://gitlab.com/gitlab-org/gitaly/-/issues/5402), in GitLab 16.0 and earlier, 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. {{< /alert >}} -- GitLab