Commit 5c96b926 authored by Anton Smith's avatar Anton Smith

Update pg_hba example for secondary Geo node

parent 7b5ad03d
......@@ -72,8 +72,18 @@ hot_standby = on
### Manually configure the replica database
Make the following configuration changes manually to your `postgresql.conf`
of external replica database:
Make the following configuration changes manually to your `pg_hba.conf` and `postgresql.conf`
of your external replica database:
```plaintext
##
## Geo Secondary Role
## - pg_hba.conf
##
host all all <trusted secondary IP>/32 md5
host replication gitlab_replicator <trusted secondary IP>/32 md5
host all all <trusted primary IP>/24 md5
```
```plaintext
##
......
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