diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index 53bb69ddff8918aba46dd339a8ca9cfa8a820366..ac8f0a77efd5c030ff32c83e9ccfaad5f61b48b6 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -30,8 +30,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git fetch +sudo -u git -H git fetch --all sudo -u git -H git checkout 6-1-stable +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-1-stable-ee ``` ### 3. Update gitlab-shell diff --git a/doc/update/6.0-to-6.4.md b/doc/update/6.0-to-6.4.md index 6c0cfafcdf6408c4c6e0caacf69d5c7b727e39d4..1e7af70804b376d942339668f3db69baaff5eb3f 100644 --- a/doc/update/6.0-to-6.4.md +++ b/doc/update/6.0-to-6.4.md @@ -27,8 +27,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git fetch +sudo -u git -H git fetch --all sudo -u git -H git checkout 6-4-stable +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee ``` diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md index a3849faf065e0108fb6c77c1584c505eabcae391..7342a9117c6b884fbb058881f56f211836558894 100644 --- a/doc/update/6.1-to-6.2.md +++ b/doc/update/6.1-to-6.2.md @@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git fetch +sudo -u git -H git fetch --all sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee ``` ### 3. Update gitlab-shell diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index 5b02b4cb4dd82358dd46dee1c574c9e736b0c992..7f916047369b5e3ec1bb835d4eed49bd26723f93 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -20,8 +20,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git fetch +sudo -u git -H git fetch --all sudo -u git -H git checkout 6-3-stable +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee ``` ### 3. Update gitlab-shell (and its config) diff --git a/doc/update/6.3-to-6.4.md b/doc/update/6.3-to-6.4.md index 69d184722cb24d22e0ae338804131c7a35530c68..6874056498b70ce6b637dc737b24cab012e7751c 100644 --- a/doc/update/6.3-to-6.4.md +++ b/doc/update/6.3-to-6.4.md @@ -15,8 +15,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git fetch +sudo -u git -H git fetch --all sudo -u git -H git checkout 6-4-stable +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee ``` ### 3. Update gitlab-shell (and its config)