From 9afb68795875cfe8b5dc9341e2b9099b0377cb1a Mon Sep 17 00:00:00 2001 From: Daniel Diniz Date: Tue, 21 Oct 2025 14:52:33 +0000 Subject: [PATCH] Add a specific mention for Geo Roles during failover --- doc/administration/geo/disaster_recovery/planned_failover.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/administration/geo/disaster_recovery/planned_failover.md b/doc/administration/geo/disaster_recovery/planned_failover.md index 55b3aa6f3f6433..17c410998c6c73 100644 --- a/doc/administration/geo/disaster_recovery/planned_failover.md +++ b/doc/administration/geo/disaster_recovery/planned_failover.md @@ -264,7 +264,8 @@ Database settings are automatically replicated to the secondary site. However, y OAuth or LDAP integration are enabled on the primary site but not the secondary site, they are lost during failover. Review the `/etc/gitlab/gitlab.rb` file for both sites. Ensure the secondary site -supports everything the primary site does before scheduling a planned failover. +supports everything the primary site does before scheduling a planned failover. +Make sure that [GitLab Geo Roles](https://docs.gitlab.com/omnibus/roles/#gitlab-geo-roles) are configured correctly. ### Run system checks -- GitLab