diff options
author | Rémy Coutable <remy@rymai.me> | 2017-12-20 10:58:34 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-12-20 10:58:56 +0100 |
commit | cfe3c238f5d9b7f91e01a549ee365a04158541a8 (patch) | |
tree | d2218a5a9912710ee0b1de403c698725f0af3261 /doc/update/10.1-to-10.2.md | |
parent | febb0b9a8014f5b480ff7baab1d189fce49210a5 (diff) | |
download | gitlab-ce-cfe3c238f5d9b7f91e01a549ee365a04158541a8.tar.gz |
Update installation and upgrade guides to use Ruby 2.3.6docs/update-doc-for-ruby-2-3-6
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/update/10.1-to-10.2.md')
-rw-r--r-- | doc/update/10.1-to-10.2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/10.1-to-10.2.md b/doc/update/10.1-to-10.2.md index 9e0d8f79522..632e8befa74 100644 --- a/doc/update/10.1-to-10.2.md +++ b/doc/update/10.1-to-10.2.md @@ -339,11 +339,11 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production If all items are green, then congratulations, the upgrade is complete! -## Things went south? Revert to previous version (10.0) +## Things went south? Revert to previous version (10.1) ### 1. Revert the code to the previous version -Follow the [upgrade guide from 9.5 to 10.0](9.5-to-10.0.md), except for the +Follow the [upgrade guide from 10.0 to 10.1](10.0-to-10.1.md), except for the database migration (the backup is already migrated to the previous version). ### 2. Restore from the backup |