Commit fded3100 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'docs-geo-10-7-fdw' into 'master'

Geo: add extra reconfigure step in docs to enable FDW

See merge request gitlab-org/gitlab-ee!5385
parents 84a92916 10afa0bc
...@@ -354,11 +354,14 @@ The following guide assumes that: ...@@ -354,11 +354,14 @@ The following guide assumes that:
gitlab-ctl reconfigure gitlab-ctl reconfigure
``` ```
1. Restart PostgreSQL for its changes to take effect: 1. Restart PostgreSQL for the IP change to take effect and Reconfigure again:
```bash ```bash
gitlab-ctl restart postgresql gitlab-ctl restart postgresql
gitlab-ctl reconfigure
``` ```
This last reconfigure will provision the FDW configuration and enable it.
### Step 3. Initiate the replication process ### Step 3. Initiate the replication process
......
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