diff options
Diffstat (limited to 'doc/administration/geo/replication')
-rw-r--r-- | doc/administration/geo/replication/troubleshooting.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md index 5ae199e374a..fae9705e935 100644 --- a/doc/administration/geo/replication/troubleshooting.md +++ b/doc/administration/geo/replication/troubleshooting.md @@ -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 |