Skip to content
Snippets Groups Projects
Commit 29b362d0 authored by Terry Wang's avatar Terry Wang
Browse files

Fix issue 4785 - missing gitlab-shell part in update guide

parent e8d77e21
No related branches found
No related tags found
1 merge request!4786Fix issue 4785 - missing gitlab-shell part in 5.3 to 5.4 update guide
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