Commit e2fd2bf9f5cf820adb66f6a0a875bc67ddaeb546

Authored by robertd
1 parent b14c475a

Update title and revert section of 6.7-to-6.8 docs

Showing 1 changed file with 7 additions and 5 deletions   Show diff stats
doc/update/6.7-to-6.8.md
1   -# From 6.6 to 6.7
  1 +# From 6.7 to 6.8
2 2  
3 3 ### 0. Backup
4 4  
... ... @@ -9,7 +9,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
9 9  
10 10 ### 1. Stop server
11 11  
12   - sudo service gitlab stop
  12 +```bash
  13 +sudo service gitlab stop
  14 +```
13 15  
14 16 ### 2. Get latest code
15 17  
... ... @@ -37,7 +39,7 @@ sudo -u git -H git checkout 6-8-stable-ee
37 39 ```bash
38 40 cd /home/git/gitlab-shell
39 41 sudo -u git -H git fetch
40   -sudo -u git -H git checkout v1.9.1
  42 +sudo -u git -H git checkout v1.9.3
41 43 ```
42 44  
43 45 ### 4. Install libs, migrations, etc.
... ... @@ -114,10 +116,10 @@ To make sure you didn't miss anything run a more thorough check with:
114 116  
115 117 If all items are green, then congratulations upgrade is complete!
116 118  
117   -## Things went south? Revert to previous version (6.6)
  119 +## Things went south? Revert to previous version (6.7)
118 120  
119 121 ### 1. Revert the code to the previous version
120   -Follow the [`upgrade guide from 6.5 to 6.6`](6.5-to-6.6.md), except for the database migration
  122 +Follow the [`upgrade guide from 6.6 to 6.7`](6.6-to-6.7.md), except for the database migration
121 123 (The backup is already migrated to the previous version)
122 124  
123 125 ### 2. Restore from the backup:
... ...