Commit 8c92785b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/missing-steps-configuring-primary-server' into 'master'

Docs - add missing steps when configuring primary server

See merge request gitlab-org/gitlab!32060
parents 0a7ba7c2 949f0be5
...@@ -17,6 +17,19 @@ developed and tested. We aim to be compatible with most external ...@@ -17,6 +17,19 @@ developed and tested. We aim to be compatible with most external
sudo -i sudo -i
``` ```
1. Edit `/etc/gitlab/gitlab.rb` and add a **unique** ID for your node (arbitrary value):
```ruby
# The unique identifier for the Geo node.
gitlab_rails['geo_node_name'] = '<node_name_here>'
```
1. Reconfigure the **primary** node for the change to take effect:
```shell
gitlab-ctl reconfigure
```
1. Execute the command below to define the node as **primary** node: 1. Execute the command below to define the node as **primary** node:
```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