diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-12 03:10:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-12 03:10:15 +0000 |
commit | b908e6171374991b93fd9cb3949dcc65b5a713c2 (patch) | |
tree | f89dd0e7a509e67c4f022b70e0c7ed73bbb59892 /doc/administration/geo | |
parent | 5781a4966047232d4725f9ee4769c4bd5aed9b26 (diff) | |
download | gitlab-ce-b908e6171374991b93fd9cb3949dcc65b5a713c2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo')
-rw-r--r-- | doc/administration/geo/disaster_recovery/index.md | 2 | ||||
-rw-r--r-- | doc/administration/geo/replication/troubleshooting.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/geo/disaster_recovery/index.md b/doc/administration/geo/disaster_recovery/index.md index 1a336f89615..7ecb4893c88 100644 --- a/doc/administration/geo/disaster_recovery/index.md +++ b/doc/administration/geo/disaster_recovery/index.md @@ -139,7 +139,7 @@ do this manually. sudo gitlab-pg-ctl promote ``` - In GitLab 12.8 and earlier, see [Message: "sudo: gitlab-pg-ctl: command not found"](../replication/troubleshooting.md#message-sudo-gitlab-pg-ctl-command-not-found). + In GitLab 12.8 and earlier, see [Message: `sudo: gitlab-pg-ctl: command not found`](../replication/troubleshooting.md#message-sudo-gitlab-pg-ctl-command-not-found). 1. Edit `/etc/gitlab/gitlab.rb` on every machine in the **secondary** to reflect its new status as **primary** by removing any lines that enabled the diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md index 77d1cad071a..e075a2b132e 100644 --- a/doc/administration/geo/replication/troubleshooting.md +++ b/doc/administration/geo/replication/troubleshooting.md @@ -514,7 +514,7 @@ or `gitlab-ctl promote-to-primary-node`, either: bug](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22021) was fixed. -### Message: "sudo: gitlab-pg-ctl: command not found" +### Message: `sudo: gitlab-pg-ctl: command not found` When [promoting a **secondary** node with HA](../disaster_recovery/index.md#promoting-a-secondary-node-with-ha), |