From ae84e180d76254c25a6c91f08f616c34a1b70e2c Mon Sep 17 00:00:00 2001 From: Lucie Zhao <lzhao@gitlab.com> Date: Fri, 30 Aug 2024 06:06:24 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Michael Kozono <mkozono@gitlab.com> --- doc/administration/geo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/geo/index.md b/doc/administration/geo/index.md index 626b5320163b2..92dbccdd327f0 100644 --- a/doc/administration/geo/index.md +++ b/doc/administration/geo/index.md @@ -74,7 +74,7 @@ Keep in mind that: - **Secondary** sites talk to the **primary** site to: - Get user data for logins (API). - Replicate repositories, LFS Objects, and Attachments (HTTPS + JWT). -- The **primary** site doesn't talk to **secondary** sites to notify for changes (API). +- The **primary** site talks to the **secondary** sites for viewing replication details. The **primary** does a GraphQL query against the **secondary** site for sync and verification data (API). - You can push directly to a **secondary** site (for both HTTP and SSH, including Git LFS), and it will proxy the requests to the **primary** site. - There are [limitations](#limitations) when using Geo. -- GitLab