Commit Graph
374 Commits
Author SHA1 Message Date
Jacob Vosmaer 324749486f Use tags to do minor updates of GitLab 2014-02-27 12:39:04 +01:00
Dmitriy Zaporozhets 490f99d45e New stable branches and update guide
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-21 17:07:43 +02:00
Robert Djurasaj c131c185ac Update upgrader.md ... safety first 2014-02-13 21:50:02 -07:00
Jeroen van Baarsen 5ed87ab7cc Fixes #6311: cp the init.d file locally instead of remote 2014-02-13 21:14:20 +01:00
Marin Jankovski bccc2729ef Update minor version upgrade guide get latest code section. 2014-02-12 17:42:56 +01:00
Dmitriy Zaporozhets 1284f21c07 Merge pull request #6264 from robertd/update_upgrade_guide
Update upgrade guide if you have more than one backup .tar file
2014-02-11 15:33:06 +02:00
Dmitriy Zaporozhets e1c1e882b3 Merge branch 'layout-of-upgrader'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	doc/update/upgrader.md
2014-02-11 11:10:01 +02:00
Sytse Sijbrandij 345694384e Merge pull request #5975 from terrywang/fix-update-doc
Fix numbering in 6.3-to-6.4.md
2014-02-11 09:55:23 +01:00
Robert Schilling 898d4fe37d Fixes #6187, Update dead links 2014-02-09 18:53:06 +01:00
Robert Djurasaj ff45c9755f Update upgrade guide if you have more than one backup .tar file 2014-02-06 12:20:23 -07:00
dosire f591e4a48c Explain stash. 2014-01-27 13:51:01 +01:00
Sytse Sijbrandij e8dedc6de5 Merge branch 'master' of /mnt/ebs/repositories/sriharsha.vardhan/gitlab-ce 2014-01-26 15:21:11 +00:00
dosire b057e58b6f Reword upgrade -y comment, improve layout and allow just y. 2014-01-23 11:44:53 +01:00
dosire 03e0a759af Include a note for people that think the headers are wrong. 2014-01-23 08:57:28 +01:00
harsha 2b829aebc7 Correct section number for 'Check application status' 2014-01-22 19:31:48 +00:00
Jacob Vosmaer 96ed6c4569 Replace 6.0-to-6.4.md with 6.0-to-6.5.md 2014-01-22 16:00:50 +01:00
Dmitriy Zaporozhets 9cc9e9cd9a Update from 6.4 to 6.5 guide
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-21 13:30:33 +02:00
Jacob Vosmaer da817a1f56 Add EE checkout instructions to update docs 2014-01-20 10:38:16 +01:00
dosire 54ddca5c4e Simplify upgrade guide based on 6-4 functionality mentioned by Jacob. 2014-01-06 14:12:30 +01:00
Dmitriy Zaporozhets 779355ae8e Merge branch 'dogfood'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	doc/update/6.0-to-6.4.md
2014-01-03 22:58:48 +02:00
Terry Wang 0fefbad6c9 Unify markdown syntax for Bash commands 2014-01-03 16:54:05 +11:00
Terry Wang 4105878ae7 Fix numbering in 6.3-to-6.4.md 2014-01-03 16:46:39 +11:00
dosire 60e451fde4 Change canonical urls to GitLab Cloud. 2013-12-30 14:27:18 +01:00
dosire 2cc162d687 Forgot to change the title. 2013-12-30 11:02:15 +01:00
dosire 92343f42ba Fast update can also be done for 6.4. 2013-12-30 11:00:45 +01:00
Dmitriy Zaporozhets 055b3c4dd6 Mention that Upgrader works for 6.4.2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-23 20:02:38 +02:00
Dmitriy Zaporozhets bfcaf4e543 GitLab Upgrader requires v6.4.0+
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-23 16:41:06 +02:00
Dmitriy Zaporozhets cc0d550f47 Add docs for upgrader script
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-23 14:15:22 +02:00
Patschi 487f7551df Add command for updating the init.d script 2013-12-21 23:05:44 +01:00
Dmitriy Zaporozhets 1dab27ee37 Update guide for 6.3 to 6.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-20 16:02:26 +02:00
maltefiala d80fa8025b Added Rake:Attack cp information to Upgrade Guide 6.3.0 2013-12-08 17:45:56 +01:00
dosire bdc745b291 Make everygreen. 2013-12-06 11:21:33 +01:00
dosire d277bf4bf9 Update universal guide. 2013-12-06 09:17:19 +01:00
Philippe Lafoucrière 4f61da6943 Tiny typo 2013-12-05 08:30:30 +01:00
Tandrial b6e3f391e7 Update ruby.md
Trying to install the gem bundle without bundler fails with:
/usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'bundler' (>= 0) among 8 total gem(s) (Gem::LoadError)
        from /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec'
        from /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem'
        from /usr/local/bin/bundle:22:in `<main>'

Installing the bundler (with sudo gem install bundler) at the end of Step 4 fixes this.
2013-11-29 21:43:40 +01:00
Jacob Vosmaer c275169a1b Explain and streamline upgrade steps 2013-11-26 10:31:02 +01:00
Jacob Vosmaer 6f17221b7a Fix whitespace 2013-11-26 10:30:56 +01:00
Jacob Vosmaer fecbf9255c No need to re-download the init script 2013-11-26 10:22:23 +01:00
Jacob Vosmaer 705c495ede Remove outdated steps from 6.2-to-6.3.md 2013-11-26 10:22:04 +01:00
Sytse Sijbrandij 224d2c1696 Here is undefined. 2013-11-25 15:29:08 +01:00
Jacob Vosmaer f884605d6f Be more specific about what Ruby to use 2013-11-25 13:59:35 +01:00
Jacob Vosmaer b65129b685 Add Ruby upgrade instructions 2013-11-25 13:55:09 +01:00
August fcfc77f5b7 Noted the change to the gitlab-shell config.yml, which changed substantially in recent versions and broke the upgrade when not updated 2013-11-24 00:09:55 -05:00
Sairam Kunala 1d4b7d2167 minor fix to command 2013-11-22 15:58:27 +02:00
Dmitriy Zaporozhets 983bf35994 Fix 6.3 branch name
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-22 15:19:22 +02:00
Dmitriy Zaporozhets e3a718574c Update docs for 6.3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-20 12:44:46 +02:00
Dmitriy Zaporozhets 7101b22c2e Recommend gitlab-shell 1.7.9 in docs and check task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-20 12:34:14 +02:00
Tobias Millauer 8ddadc9971 Update 6.0-to-6.2.md 2013-11-18 19:22:39 +01:00
Jacob Vosmaer 0ab0ca0d9d Use gitlab-shell 1.7.8 2013-11-14 13:35:45 +01:00
Sytse Sijbrandij c467ef5221 Number 3 was missing. 2013-11-04 11:36:07 -08:00