summaryrefslogtreecommitdiff
path: root/doc/update/upgrading_from_source.md
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-08-05 14:51:15 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-08-13 05:43:17 +0800
commitd470f429fb84fc02a7105de99225a93c5345b3f2 (patch)
treef05d9def15407cb01950ad819b1fa35ce03a83fa /doc/update/upgrading_from_source.md
parent975763607443fad50e192411ad1da06ebb2ff532 (diff)
downloadgitlab-ce-d470f429fb84fc02a7105de99225a93c5345b3f2.tar.gz
Enable use of Rails' new cookie encryption
Old cookies are still valid and are automatically upgraded by Rails
Diffstat (limited to 'doc/update/upgrading_from_source.md')
-rw-r--r--doc/update/upgrading_from_source.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/update/upgrading_from_source.md b/doc/update/upgrading_from_source.md
index d3b0a3c2829..0aef40262c9 100644
--- a/doc/update/upgrading_from_source.md
+++ b/doc/update/upgrading_from_source.md
@@ -378,20 +378,6 @@ Example:
Additional instructions here.
-->
-### 12.0.0
-
-In 12.0.0 we made various database related changes. These changes require that
-users first upgrade to the latest 11.11 patch release. Once upgraded to 11.11.x,
-users can upgrade to 12.x. Failure to do so may result in database migrations
-not being applied, which could lead to application errors.
-
-Example 1: you are currently using GitLab 11.11.3, which is the latest patch
-release for 11.11.x. You can upgrade as usual to 12.0.0, 12.1.0, etc.
-
-Example 2: you are currently using a version of GitLab 10.x. To upgrade, first
-upgrade to 11.11.3. Once upgraded to 11.11.3 you can safely upgrade to 12.0.0
-or future versions.
-
## Things went south? Revert to previous version
### 1. Revert the code to the previous version