From 635e2022603e082405e439b0037835514ddb9d34 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Fri, 21 Jun 2019 09:19:57 +1000 Subject: Review feedback implemented --- doc/administration/geo/replication/troubleshooting.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md index f8469a158ad..846afd8f5f4 100644 --- a/doc/administration/geo/replication/troubleshooting.md +++ b/doc/administration/geo/replication/troubleshooting.md @@ -3,7 +3,7 @@ Setting up Geo requires careful attention to details and sometimes it's easy to miss a step. -Here is a list of steps you should take to attempt to fix problem +Here is a list of steps you should take to attempt to fix problem: - Perform [basic troubleshooting](#basic-troubleshooting). - Fix any [replication errors](#fixing-replication-errors). @@ -127,7 +127,7 @@ sudo gitlab-rails runner "puts Gitlab::Geo.current_node.inspect" and expect something like: -```text +```ruby # ``` @@ -490,7 +490,9 @@ reload of the FDW schema. To manually reload the FDW schema: ### "Geo database has an outdated FDW remote schema" error -GitLab can error with the following message: +GitLab can error with a `Geo database has an outdated FDW remote schema` message. + +For example: ```text Geo database has an outdated FDW remote schema. It contains 229 of 236 expected tables. Please refer to Geo Troubleshooting. -- cgit v1.2.1