summaryrefslogtreecommitdiff
path: root/doc/administration/geo/replication/troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/geo/replication/troubleshooting.md')
-rw-r--r--doc/administration/geo/replication/troubleshooting.md8
1 files 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
#<GeoNode id: 2, schema: "https", host: "gitlab.example.com", port: 443, relative_url_root: "", primary: false, ...>
```
@@ -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.