gitlab-org--gitlab-foss/doc/update
Paul Beattie e15d154b1c Updated upgrader to highlight nodejs as required package [ci skip] 2015-03-22 22:41:21 +00:00
..
2.6-to-3.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
2.9-to-3.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
3.0-to-3.1.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
3.1-to-4.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
4.0-to-4.1.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
4.1-to-4.2.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
4.2-to-5.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.0-to-5.1.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.1-to-5.2.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.1-to-5.4.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.1-to-6.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.2-to-5.3.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.3-to-5.4.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
5.4-to-6.0.md Updated the installation and update guides 2015-02-16 17:51:29 -08:00
6.0-to-6.1.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.1-to-6.2.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.2-to-6.3.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.3-to-6.4.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.4-to-6.5.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.5-to-6.6.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.6-to-6.7.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.7-to-6.8.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.8-to-6.9.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.9-to-7.0.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
6.x-or-7.x-to-7.9.md Update upgrade and installation docs for 7.9. 2015-03-17 14:07:05 -07:00
7.0-to-7.1.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
7.1-to-7.2.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
7.2-to-7.3.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
7.3-to-7.4.md note about latest details being on master branch 2015-02-05 20:41:18 +01:00
7.4-to-7.5.md remove extra upgrade details, add missing config 2014-11-23 01:08:29 -08:00
7.5-to-7.6.md [BUGFIX] Invalid branch in comparison 2014-12-19 13:49:33 +01:00
7.6-to-7.7.md Merge branch 'master' into 'master' 2015-02-03 23:12:40 +00:00
7.7-to-7.8.md Update version of gitlab-shell in the installation and update documentation. 2015-02-23 23:10:35 -08:00
7.8-to-7.9.md Add nodejs dependency to upgrader and upgrade from 7.7 docs 2015-03-16 13:47:21 -07:00
README.md Rephrased wording in the documentation to say "installation from source" instead of "manual installation" or similar. 2015-02-16 09:10:07 -08:00
mysql_to_postgresql.md Merge pull request #8757 from bbodenmiller/patch-1 2015-02-28 23:14:08 +01:00
patch_versions.md Fix link in patch update guide 2015-03-21 11:29:24 -06:00
upgrader.md Updated upgrader to highlight nodejs as required package [ci skip] 2015-03-22 22:41:21 +00:00

README.md

Depending on the installation method and your GitLab version, there are multiple update guides. Choose one that fits your needs.

Omnibus Packages

Installation from source

  • The individual upgrade guides are for those who have installed GitLab from source.
  • The CE to EE update guides are for subscribers of the Enterprise Edition only. The steps are very similar to a version upgrade: stop the server, get the code, update config files for the new functionality, install libs and do migrations, update the init script, start the application and check the application status.
  • Upgrader is an automatic ruby script that performs the update for installations from source.
  • Patch versions guide includes the steps needed for a patch version, eg. 6.2.0 to 6.2.1.

Miscellaneous