Commit 7a823917 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'aciciu-master-patch-86962' into 'master'

Adds guidance for geo_node_name

See merge request gitlab-org/gitlab!66967
parents 681a3556 47407895
...@@ -190,6 +190,9 @@ keys must be manually replicated to the **secondary** site. ...@@ -190,6 +190,9 @@ keys must be manually replicated to the **secondary** site.
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
``` ```
We recommend mentioning specific names for the `geo_node_name` such as `gitlab-usa` instead of generic names, such as `geo`.
This makes the failover process easier because the physical location does not change, but the Geo site role can.
1. Reconfigure **each Rails and Sidekiq node on your secondary** site for the change to take effect: 1. Reconfigure **each Rails and Sidekiq node on your secondary** site for the change to take effect:
```shell ```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment