Commit 8c27b53d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-update-external-secondary-database' into 'master'

added step to populate fdw tables when using external database

See merge request gitlab-org/gitlab-ee!8113
parents e76b3ac7 218dbe74
......@@ -558,6 +558,11 @@ the instructions below:
```bash
gitlab-ctl restart
```
2. Populate the FDW tables
```bash
gitlab-rake geo:db:refresh_foreign_tables
```
## PGBouncer support (optional)
......
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