summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-02 12:12:39 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-07-02 12:12:39 +0900
commit9738adebb5b27e5e710e9a1069ced5c742df8e19 (patch)
tree1c1e6197305a338d65f71fa27a082b58653e5f8e
parent9004250d9568370e663b09504ed19a535e80a64e (diff)
downloadgitlab-ce-docs-geo-markdown-1.tar.gz
Fix link and list spacing in geo docsdocs-geo-markdown-1
-rw-r--r--doc/administration/geo/disaster_recovery/bring_primary_back.md2
-rw-r--r--doc/administration/geo/replication/database.md4
-rw-r--r--doc/administration/geo/replication/troubleshooting.md10
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/administration/geo/disaster_recovery/bring_primary_back.md b/doc/administration/geo/disaster_recovery/bring_primary_back.md
index 032f41beccf..9a981b49349 100644
--- a/doc/administration/geo/disaster_recovery/bring_primary_back.md
+++ b/doc/administration/geo/disaster_recovery/bring_primary_back.md
@@ -33,7 +33,7 @@ To bring the former **primary** node up to date:
NOTE: **Note:** If you [changed the DNS records](index.md#step-4-optional-updating-the-primary-domain-dns-record)
for this node during disaster recovery procedure you may need to [block
- all the writes to this node](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/doc/gitlab-geo/planned-failover.md#block-primary-traffic)
+ all the writes to this node](planned_failover.md#prevent-updates-to-the-primary-node)
during this procedure.
1. [Setup database replication][database-replication]. Note that in this
diff --git a/doc/administration/geo/replication/database.md b/doc/administration/geo/replication/database.md
index 78e4375ee12..021ed2d9f3c 100644
--- a/doc/administration/geo/replication/database.md
+++ b/doc/administration/geo/replication/database.md
@@ -407,8 +407,8 @@ data before running `pg_basebackup`.
1. Execute the command below to start a backup/restore and begin the replication
-CAUTION: **Warning:** Each Geo **secondary** node must have its own unique replication slot name.
-Using the same slot name between two secondaries will break PostgreSQL replication.
+ CAUTION: **Warning:** Each Geo **secondary** node must have its own unique replication slot name.
+ Using the same slot name between two secondaries will break PostgreSQL replication.
```sh
gitlab-ctl replicate-geo-database \
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md
index c39c4f22460..fbef95eb1f8 100644
--- a/doc/administration/geo/replication/troubleshooting.md
+++ b/doc/administration/geo/replication/troubleshooting.md
@@ -266,9 +266,9 @@ to start again from scratch, there are a few steps that can help you:
chown git:git /var/opt/gitlab/git-data/repositories
```
-TIP: **Tip**
-You may want to remove the `/var/opt/gitlab/git-data/repositories.old` in the future
-as soon as you confirmed that you don't need it anymore, to save disk space.
+ TIP: **Tip**
+ You may want to remove the `/var/opt/gitlab/git-data/repositories.old` in the future
+ as soon as you confirmed that you don't need it anymore, to save disk space.
1. _(Optional)_ Rename other data folders and create new ones
@@ -280,8 +280,8 @@ as soon as you confirmed that you don't need it anymore, to save disk space.
Any uploaded content like file attachments, avatars or LFS objects are stored in a
subfolder in one of the two paths below:
- 1. /var/opt/gitlab/gitlab-rails/shared
- 1. /var/opt/gitlab/gitlab-rails/uploads
+ - /var/opt/gitlab/gitlab-rails/shared
+ - /var/opt/gitlab/gitlab-rails/uploads
To rename all of them: