diff options
author | Evan Read <eread@gitlab.com> | 2019-02-27 01:22:57 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-27 01:22:57 +0000 |
commit | 3b132aa7de662b3863f13e8333d19f155de64fc2 (patch) | |
tree | a9a3fc661cdf635d3ab1e5d31468110015056939 | |
parent | 3b05d4817bdef0bb34de2d6b6984e81c7aae3a16 (diff) | |
parent | 7e209d86f4b88fbcd8cb5b1a8db85736e4e5e6b9 (diff) | |
download | gitlab-ce-3b132aa7de662b3863f13e8333d19f155de64fc2.tar.gz |
Merge branch 'sh-upgrade-gitlab-ha-docs' into 'master'
Add documentation on upgrading GitLab HA nodes
Closes #58121
See merge request gitlab-org/gitlab-ce!25574
-rw-r--r-- | doc/administration/high_availability/gitlab.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/administration/high_availability/gitlab.md b/doc/administration/high_availability/gitlab.md index e554c06532e..d95c3acec54 100644 --- a/doc/administration/high_availability/gitlab.md +++ b/doc/administration/high_availability/gitlab.md @@ -146,6 +146,14 @@ the share is exported and exists on the NFS server and try to remount. --- +## Upgrading GitLab HA + +GitLab HA installations can be upgraded with no downtime, but the +upgrade process must be carefully coordinated to avoid failures. See the +[Omnibus GitLab multi-node upgrade +document](https://docs.gitlab.com/omnibus/update/#multi-node--ha-deployment) +for more details. + Read more on high-availability configuration: 1. [Configure the database](database.md) |