From 29b362d06319a278ebb7bbe2b2422ca46c63522b Mon Sep 17 00:00:00 2001 From: Terry Wang Date: Thu, 15 Aug 2013 17:25:11 +1000 Subject: Fix issue 4785 - missing gitlab-shell part in update guide --- doc/update/5.3-to-5.4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md index 67f32f66a97..55fe12380af 100644 --- a/doc/update/5.3-to-5.4.md +++ b/doc/update/5.3-to-5.4.md @@ -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. -- cgit v1.2.3