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
987d5970
Commit
987d5970
authored
Dec 04, 2019
by
Anton Smith
Committed by
Evan Read
Dec 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs - Geo admin area showing 404 error for a secondary node
parent
4614f018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+14
-0
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
987d5970
...
@@ -701,3 +701,17 @@ See ["Foreign Data Wrapper (FDW) is not configured" error?](#foreign-data-wrappe
...
@@ -701,3 +701,17 @@ See ["Foreign Data Wrapper (FDW) is not configured" error?](#foreign-data-wrappe
This can be caused by orphaned records in the project registry. You can clear them
This can be caused by orphaned records in the project registry. You can clear them
[
using a Rake task
](
../../../administration/raketasks/geo.md#remove-orphaned-project-registries
)
.
[
using a Rake task
](
../../../administration/raketasks/geo.md#remove-orphaned-project-registries
)
.
### Geo Admin Area returns 404 error for a secondary node
Sometimes
`sudo gitlab-rake gitlab:geo:check`
indicates that the
**secondary**
node is
healthy, but a 404 error for the
**secondary**
node is returned in the Geo Admin Area on
the
**primary**
node.
To resolve this issue:
-
Try restarting the
**secondary**
using
`sudo gitlab-ctl restart`
.
-
Check
`/var/log/gitlab/gitlab-rails/geo.log`
to see if the
**secondary**
node is
using IPv6 to send its status to the
**primary**
node. If it is, add an entry to
the
**primary**
node using IPv4 in the
`/etc/hosts`
file. Alternatively, you should
[
enable IPv6 on the primary node
](
https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-address-or-addresses
)
.
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