Commit 7ba626ab authored by Evan Read's avatar Evan Read

Merge branch 'docs-abuerer-reset-tracking-db-fdw' into 'master'

Update resetting tracking DB to refresh FDW

See merge request gitlab-org/gitlab!30551
parents 70f4fd74 0e6ac8b6
......@@ -497,6 +497,12 @@ to start again from scratch, there are a few steps that can help you:
gitlab-ctl start
```
1. Refresh Foreign Data Wrapper tables
```sh
gitlab-rake geo:db:refresh_foreign_tables
```
## Fixing errors during a failover or when promoting a secondary to a primary node
The following are possible errors that might be encountered during failover or
......
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