in [Geo database replication (source)](database_source.md).
1. Configure PostgreSQL to listen on network interfaces
...
...
@@ -348,7 +350,7 @@ The following guide assumes that:
```
For external PostgreSQL instances, [see additional instructions][external postgresql].
If you bring a former primary back online to serve as a secondary then you also need to remove `roles ['geo_primary_role']`.
If you bring a former **primary** node back online to serve as a **secondary** node, then you also need to remove `roles ['geo_primary_role']` or `geo_primary_role['enable'] = true`.
1. Reconfigure GitLab for the changes to take effect:
...
...
@@ -621,8 +623,6 @@ Read the [troubleshooting document](troubleshooting.md).
@@ -31,19 +31,22 @@ in setting up this configuration for PostgreSQL and Redis
it is not covered by this Geo HA documentation.
For more information about setting up a highly available PostgreSQL cluster and Redis cluster using the omnibus package see the high availability documentation for
[PostgreSQL][postgresql-ha] and [Redis][redis-ha], respectively.
[PostgreSQL](../../high_availability/database.md) and