Commit 88a4a93d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'mkozono-master-patch-46115' into 'master'

Geo: Remove usage of single node roles from the multi-node doc

See merge request gitlab-org/gitlab!66095
parents ee2778b5 0df327a6
......@@ -207,7 +207,12 @@ There is an [issue where support is being discussed](https://gitlab.com/gitlab-o
```ruby
##
## Geo Primary role
## - configure dependent flags automatically to enable Geo
## - Configures Postgres settings for replication
## - Prevents automatic upgrade of Postgres since it requires downtime of
## streaming replication to Geo secondary sites
## - Enables standard single-node GitLab services like NGINX, Puma, Redis,
## Sidekiq, etc. If you are segregating services, then you will need to
## explicitly disable unwanted services.
##
roles(['geo_primary_role'])
......
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