summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-02 02:48:56 +0000
committerEvan Read <eread@gitlab.com>2019-09-02 02:48:56 +0000
commit34357e03866e73c17df60ba003d46482193cbcd4 (patch)
treecbb1f32e42da973cd0bf3a0d3c6e88f932c417dd
parent60adc14473911fd9bd33feef2fbfd62a9824a11c (diff)
parent99dfcf9a4e8db11a04f463d7ac6c071dd05132f2 (diff)
downloadgitlab-ce-34357e03866e73c17df60ba003d46482193cbcd4.tar.gz
Merge branch 'docs-fzimmer-geo-upgrade-troubleshooting' into 'master'
Added cross reference to the troubleshooting guide See merge request gitlab-org/gitlab-ce!32346
-rw-r--r--doc/administration/geo/replication/updating_the_geo_nodes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/geo/replication/updating_the_geo_nodes.md b/doc/administration/geo/replication/updating_the_geo_nodes.md
index 39174780e24..a543498ac7a 100644
--- a/doc/administration/geo/replication/updating_the_geo_nodes.md
+++ b/doc/administration/geo/replication/updating_the_geo_nodes.md
@@ -27,6 +27,8 @@ everything is working correctly:
1. Test the data replication by pushing code to the **primary** node and see if it
is received by **secondary** nodes.
+If you encounter any issues, please consult the [Geo troubleshooting guide](troubleshooting.md).
+
## Upgrading to GitLab 12.1
By default, GitLab 12.1 will attempt to automatically upgrade the embedded PostgreSQL server to 10.7 from 9.6. Please see [the omnibus documentation](https://docs.gitlab.com/omnibus/settings/database.html#upgrading-a-geo-instance) for the recommended procedure.