Files
gitlabhq/doc/update
Robert Speicher ed2a8ba600 Merge 8-2-stable into 8-2-stable-ee
Conflicts remaining:

- app/controllers/groups/group_members_controller.rb
- app/controllers/projects/project_members_controller.rb
- app/models/ability.rb
- app/models/member.rb
- app/models/project.rb
2015-11-19 10:33:18 -05:00
..
2013-12-02 14:40:08 +01:00
2014-01-28 18:25:46 +01:00
2014-04-02 10:38:15 +02:00
2014-06-11 10:33:06 +02:00
2014-06-20 08:21:10 +02:00
2014-10-17 14:14:35 +03:00
2015-01-14 17:55:26 -08:00
2015-02-16 18:08:40 -08:00
2015-04-30 13:22:28 +02:00
2015-07-14 11:58:16 +02:00
2015-07-14 11:49:53 +02:00
2015-07-14 11:58:16 +02:00
2015-09-08 13:34:07 -04:00
2015-08-17 18:10:58 +02:00
2015-09-15 13:40:47 -04:00
2015-10-15 16:27:35 -04:00
2015-11-13 13:09:49 -05:00

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

CE to EE

  • The CE to EE update guides 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.

Omnibus Packages

Installation from source

  • The individual upgrade guides are for those who have installed GitLab from source.
  • The CE to EE update guides. 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