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
7b71041c
Commit
7b71041c
authored
Jul 28, 2020
by
Katrin Leinweber
Committed by
Achilleas Pipinellis
Jul 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Expand geo replication troubleshooting
parent
83acc9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+7
-2
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
7b71041c
...
...
@@ -44,6 +44,8 @@ For information on how to resolve common errors reported from the UI, see
If the UI is not working, or you are unable to log in, you can run the Geo
health check manually to get this information as well as a few more details.
#### Health check Rake task
This Rake task can be run on an app node in the
**primary**
or
**secondary**
Geo nodes:
...
...
@@ -77,6 +79,8 @@ All projects are in hashed storage? ... yes
Checking Geo ... Finished
```
#### Sync status Rake task
Current sync information can be found manually by running this Rake task on any
**secondary**
app node:
...
...
@@ -205,7 +209,7 @@ sudo gitlab-rake gitlab:geo:check
-
Verify the correct password is set for
`gitlab_rails['db_password']`
that was used when creating the hash in
`postgresql['sql_user_password']`
by running
`gitlab-ctl pg-password-md5 gitlab`
and entering the password.
1.
Check returns
not a secondary node
1.
Check returns
`not a secondary node`
```
plaintext
Checking Geo ...
...
...
@@ -257,7 +261,8 @@ sudo gitlab-rake gitlab:geo:check
## Fixing replication errors
The following sections outline troubleshooting steps for fixing replication
errors.
errors (indicated by
`Database replication working? ... no`
in the
[
`geo:check` output
](
#health-check-rake-task
)
.
### Message: `ERROR: replication slots can only be used if max_replication_slots > 0`?
...
...
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