diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-29 18:09:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-29 18:09:11 +0000 |
commit | ce27ba9f6c36ecb36114887853a5820c83a7036c (patch) | |
tree | 5ea0441efc567f75ca0e23d61fdec9ae426b37d7 /doc/update | |
parent | 4dfd78cb55b08ab20124187d1aab6a431da3e302 (diff) | |
download | gitlab-ce-ce27ba9f6c36ecb36114887853a5820c83a7036c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/README.md b/doc/update/README.md index b5e99671278..901e187d2f5 100644 --- a/doc/update/README.md +++ b/doc/update/README.md @@ -263,9 +263,9 @@ with the older Rails version - which could cause non-GET requests to fail for [multi-node GitLab installations](https://docs.gitlab.com/omnibus/update/#multi-node--ha-deployment). So, if you are using multiple Rails servers and specifically upgrading from 13.0, -all servers must first be upgraded to 13.1.0 before upgrading to later versions: +all servers must first be upgraded to 13.1.X before upgrading to 13.2.0 or later: -1. Ensure all GitLab web nodes are on GitLab 13.1.0. +1. Ensure all GitLab web nodes are on GitLab 13.1.X. 1. Optionally, enable the `global_csrf_token` feature flag to enable new method of CSRF token generation: |