Commit 00493119 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fzimmer-master-patch-94412' into 'master'

Clarified DR instructions

See merge request gitlab-org/gitlab!58629
parents 12c2e6a4 377b2751
...@@ -167,8 +167,9 @@ do this manually. ...@@ -167,8 +167,9 @@ do this manually.
In GitLab 12.8 and earlier, see [Message: `sudo: gitlab-pg-ctl: command not found`](../replication/troubleshooting.md#message-sudo-gitlab-pg-ctl-command-not-found). In GitLab 12.8 and earlier, see [Message: `sudo: gitlab-pg-ctl: command not found`](../replication/troubleshooting.md#message-sudo-gitlab-pg-ctl-command-not-found).
1. Edit `/etc/gitlab/gitlab.rb` and remove any of the following lines that 1. Edit `/etc/gitlab/gitlab.rb` on every node in the **secondary** site to
might be present: reflect its new status as **primary** by removing any of the following
lines that might be present:
```ruby ```ruby
geo_secondary_role['enable'] = true geo_secondary_role['enable'] = true
......
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