diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-04 03:06:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-04 03:06:22 +0000 |
commit | 6377f3e2a7f9ac2fef10618ac4c523091eff82c0 (patch) | |
tree | fc474c535d9012219ccd83303d655b77b36aa0fc /doc/administration/geo | |
parent | e2334f3613aae1c0f5b99d908e1c51213bfd7635 (diff) | |
download | gitlab-ce-6377f3e2a7f9ac2fef10618ac4c523091eff82c0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo')
-rw-r--r-- | doc/administration/geo/replication/troubleshooting.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md index 435919d8fe0..351489cb9f6 100644 --- a/doc/administration/geo/replication/troubleshooting.md +++ b/doc/administration/geo/replication/troubleshooting.md @@ -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 [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). |