summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-22 10:48:38 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-22 10:48:38 -0800
commit3afd91f28d1e94bcc9eb6e54d1163f2cfaaaf70c (patch)
tree476ea290d9ecb0c62f7f0621da96b9a768cb1289
parent44dbbb76fc134826b80fa10aac60bf8c79ba01e7 (diff)
parent352115497fd884e5ba608cca34d4c280d5a3aa36 (diff)
downloadgitlab-ce-3afd91f28d1e94bcc9eb6e54d1163f2cfaaaf70c.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r--doc/update/7.7-to-7.8.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/7.7-to-7.8.md b/doc/update/7.7-to-7.8.md
index 7ca0fe65785..c6bf5b227e4 100644
--- a/doc/update/7.7-to-7.8.md
+++ b/doc/update/7.7-to-7.8.md
@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-8-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.4.3
+sudo -u git -H git checkout v2.5.3
```
### 4. Install libs, migrations, etc.
@@ -105,10 +105,10 @@ If all items are green, then congratulations upgrade is complete!
If you are using GitHub as an OAuth provider for authentication, you should change the callback URL so that it
only contains a root URL (ex. `https://gitlab.example.com/`)
-## Things went south? Revert to previous version (7.6)
+## Things went south? Revert to previous version (7.7)
### 1. Revert the code to the previous version
-Follow the [upgrade guide from 7.5 to 7.6](7.5-to-7.6.md), except for the database migration
+Follow the [upgrade guide from 7.6 to 7.7](7.6-to-7.7.md), except for the database migration
(The backup is already migrated to the previous version)
### 2. Restore from the backup: