summaryrefslogtreecommitdiff
path: root/doc/update/7.5-to-7.6.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/7.5-to-7.6.md')
-rw-r--r--doc/update/7.5-to-7.6.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/update/7.5-to-7.6.md b/doc/update/7.5-to-7.6.md
index a5d76c341af..11058c211ca 100644
--- a/doc/update/7.5-to-7.6.md
+++ b/doc/update/7.5-to-7.6.md
@@ -1,7 +1,5 @@
# From 7.5 to 7.6
-**7.6 is not yet released. This is a preliminary upgrade guide.**
-
### 0. Stop server
sudo service gitlab stop
@@ -39,7 +37,7 @@ sudo -u git -H git checkout 7-6-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.2.0
+sudo -u git -H git checkout v2.4.0
```
### 4. Install libs, migrations, etc.
@@ -72,7 +70,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`.
```
-git diff origin/7-5-stable:config/gitlab.yml.example origin/7-6-stable:config/gitlab.yml.example
+git diff origin/7-6-stable:config/gitlab.yml.example origin/7-6-stable:config/gitlab.yml.example
```
#### Change Nginx settings