Commit 8a2f29dd authored by Evan Read's avatar Evan Read

Merge branch 'mk/clarify-reset-tracking-db-in-ha' into 'master'

Geo: Clarify how to reset tracking DB in HA

See merge request gitlab-org/gitlab!28981
parents 96124d11 c08586dd
......@@ -486,9 +486,9 @@ to start again from scratch, there are a few steps that can help you:
1. Reset the Tracking Database
```shell
gitlab-rake geo:db:drop
gitlab-ctl reconfigure
gitlab-rake geo:db:setup
gitlab-rake geo:db:drop # on a secondary app node
gitlab-ctl reconfigure # on the tracking database node
gitlab-rake geo:db:setup # on a secondary app node
```
1. Restart previously stopped services
......
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