Commit 10afa0bc authored by Gabriel Mazetto's avatar Gabriel Mazetto

Add extra reconfigure step for Geo and FDW support

parent ee8c97ba
...@@ -354,12 +354,15 @@ The following guide assumes that: ...@@ -354,12 +354,15 @@ 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
Below we provide a script that connects the database on the secondary node to Below we provide a script that connects the database on the secondary node to
......
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