summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Zimmer <fzimmer@gitlab.com>2019-09-05 15:08:33 +0000
committerFabian Zimmer <fzimmer@gitlab.com>2019-09-05 17:17:42 +0200
commit81e42cdc4f388af9557396634c594eeaf55a9e58 (patch)
tree3e531a277eb5e1c8cb7db5229a0ebde86b4fa703
parent8fea375432d7e088186b141871e57cec69fc7d10 (diff)
downloadgitlab-ce-docs-fdw-auth-error.tar.gz
Fixed linting errorsdocs-fdw-auth-error
-rw-r--r--doc/administration/geo/replication/troubleshooting.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md
index a5ea2e1360d..cf422d150b7 100644
--- a/doc/administration/geo/replication/troubleshooting.md
+++ b/doc/administration/geo/replication/troubleshooting.md
@@ -347,10 +347,10 @@ DETAIL: Non-superuser cannot connect if the server does not request a password.
```
Since [GitLab 10.6](https://docs.gitlab.com/ee/administration/geo/replication/version_specific_updates.html#updating-to-gitlab-106)
-Geo requires a password to be set for the database user `gitlab` in order to use the Foreign Data Wrapper.
+Geo requires a password to be set for the database user `gitlab` in order to use the Foreign Data Wrapper.
1. [Check if the password is correct](https://docs.gitlab.com/ee/administration/geo/replication/troubleshooting.html#checking-configuration)
-2. Ensure that the settings are [as described in the Geo installation instructions](https://docs.gitlab.com/ee/administration/geo/replication/database.html):
+1. Ensure that the settings are [as described in the Geo installation instructions](https://docs.gitlab.com/ee/administration/geo/replication/database.html):
The `postgresql['md5_auth_cidr_addresses']` setting in `gitlab.rb` determines which addresses are allowed to connect from the tracking database to the main database.
@@ -370,6 +370,7 @@ postgresql['md5_auth_cidr_addresses'] = ['<primary_node_ip>/32', '<secondary_nod
```
On the **secondary**:
+
```sh
##
## Secondary address