diff options
author | Evan Read <eread@gitlab.com> | 2019-09-02 06:38:46 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-02 06:38:46 +0000 |
commit | effd7e72e3499328ae64746d5be1227fd4c8a561 (patch) | |
tree | 45f6d914949facbd6e189f94d8e9d52d4b7b8da1 | |
parent | 9cd8cfe62a030069a848850500aa5ce496deaa6f (diff) | |
parent | 2dff44d0c10b96a6383cbc6b291de5729dd2b5ff (diff) | |
download | gitlab-ce-effd7e72e3499328ae64746d5be1227fd4c8a561.tar.gz |
Merge branch 'fzimmer-master-patch-75127' into 'master'
Changed Geo general update steps
Closes gitlab-ee#12773
See merge request gitlab-org/gitlab-ce!32212
-rw-r--r-- | doc/administration/geo/replication/updating_the_geo_nodes.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/administration/geo/replication/updating_the_geo_nodes.md b/doc/administration/geo/replication/updating_the_geo_nodes.md index a543498ac7a..4d678030531 100644 --- a/doc/administration/geo/replication/updating_the_geo_nodes.md +++ b/doc/administration/geo/replication/updating_the_geo_nodes.md @@ -1,15 +1,18 @@ # Updating the Geo nodes **(PREMIUM ONLY)** -Depending on which version of Geo you are updating to/from, there may be -different steps. +Depending on which version of Geo you are updating to/from, there may be different steps. ## General update steps -In order to update the Geo nodes when a new GitLab version is released, -all you need to do is update GitLab itself: +NOTE: **Note:** These general update steps are not intended for [high-availability deployments](https://docs.gitlab.com/omnibus/update/README.html#multi-node--ha-deployment), and will cause downtime. If you want to avoid downtime, consider using [zero downtime updates](https://docs.gitlab.com/omnibus/update/README.html#zero-downtime-updates). -1. Log into each node (**primary** and **secondary** nodes). -1. [Update GitLab][update]. +To update the Geo nodes when a new GitLab version is released, update **primary** +and all **secondary** nodes: + +1. Log into the **primary** node. +1. [Update GitLab on the **primary** node using Omnibus](https://docs.gitlab.com/omnibus/update/README.html). +1. Log into each **secondary** node. +1. [Update GitLab on each **secondary** node using Omnibus](https://docs.gitlab.com/omnibus/update/README.html). 1. [Test](#check-status-after-updating) **primary** and **secondary** nodes, and check version in each. ### Check status after updating |