Commit b313c8f5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch '7-8-stable' of github.com:gitlabhq/gitlabhq into 7-8-stable

parents 3c858eff 12bdfe37
...@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-8-stable-ee ...@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-8-stable-ee
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch 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. ### 4. Install libs, migrations, etc.
...@@ -70,7 +70,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ...@@ -70,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`. 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-6-stable:config/gitlab.yml.example origin/7-8-stable:config/gitlab.yml.example git diff origin/7-7-stable:config/gitlab.yml.example origin/7-8-stable:config/gitlab.yml.example
``` ```
#### Change Nginx settings #### Change Nginx settings
...@@ -105,10 +105,10 @@ If all items are green, then congratulations upgrade is complete! ...@@ -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 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/`) 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 ### 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) (The backup is already migrated to the previous version)
### 2. Restore from the backup: ### 2. Restore from the backup:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment