Skip to content
Snippets Groups Projects
Commit fc780d11 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #4786 from terrywang/issue-4785

Fix issue 4785 - missing gitlab-shell part in 5.3 to 5.4 update guide
parents 2d65430c 29b362d0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,9 +17,14 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
### 2. Get latest code
 
```bash
# GitLab
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 5-4-stable
# GitLab Shell
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.5.0
```
 
### 3. Install libs, migrations, etc.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment