Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c08586dd
Commit
c08586dd
authored
Apr 06, 2020
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify resetting tracking DB in HA
parent
af2bc548
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+3
-3
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment