summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-04-22 08:25:55 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2014-04-22 08:25:55 +0200
commit3e50d615a2989500d82243f2333771fba62889bb (patch)
treed372b0505e0ab32c72654e632bd4f30e77ab0bcb
parent9b7dd8b4c04c427de22543fec7f52be26decdb22 (diff)
parente2fd2bf9f5cf820adb66f6a0a875bc67ddaeb546 (diff)
downloadgitlab-ce-3e50d615a2989500d82243f2333771fba62889bb.tar.gz
Merge pull request #6808 from robertd/upgrade-docs-6.7-6.8
Update title and revert section of 6.7-to-6.8 docs
-rw-r--r--doc/update/6.7-to-6.8.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/update/6.7-to-6.8.md b/doc/update/6.7-to-6.8.md
index 57918bca82d..63023fd384b 100644
--- a/doc/update/6.7-to-6.8.md
+++ b/doc/update/6.7-to-6.8.md
@@ -1,4 +1,4 @@
-# From 6.6 to 6.7
+# From 6.7 to 6.8
### 0. Backup
@@ -9,7 +9,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
### 1. Stop server
- sudo service gitlab stop
+```bash
+sudo service gitlab stop
+```
### 2. Get latest code
@@ -37,7 +39,7 @@ sudo -u git -H git checkout 6-8-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.9.1
+sudo -u git -H git checkout v1.9.3
```
### 4. Install libs, migrations, etc.
@@ -114,10 +116,10 @@ To make sure you didn't miss anything run a more thorough check with:
If all items are green, then congratulations upgrade is complete!
-## Things went south? Revert to previous version (6.6)
+## Things went south? Revert to previous version (6.7)
### 1. Revert the code to the previous version
-Follow the [`upgrade guide from 6.5 to 6.6`](6.5-to-6.6.md), except for the database migration
+Follow the [`upgrade guide from 6.6 to 6.7`](6.6-to-6.7.md), except for the database migration
(The backup is already migrated to the previous version)
### 2. Restore from the backup: