gitlab-org--gitlab-foss/doc/update
Ben Bodenmiller b0e92ca9ae minor updates to mysql cleanup
* take -> make
* correct incorrect details about when pool size was changed
2014-10-13 00:52:08 -07:00
..
2.6-to-3.0.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
2.9-to-3.0.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
3.0-to-3.1.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
3.1-to-4.0.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
4.0-to-4.1.md follow curl redirects 2014-08-11 22:01:37 -07:00
4.1-to-4.2.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
4.2-to-5.0.md add cleanup section to 5.0 upgrade guide 2014-09-08 01:21:21 -07:00
5.0-to-5.1.md Merge pull request #7475 from bbodenmiller/curl-redirects 2014-08-13 16:19:57 +02:00
5.1-to-5.2.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
5.1-to-5.4.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
5.1-to-6.0.md add prepare for upgrade section 2014-08-30 17:04:45 -07:00
5.2-to-5.3.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
5.3-to-5.4.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
5.4-to-6.0.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
6.0-to-6.1.md remove unnecessary chmod 2014-09-01 16:39:56 -07:00
6.1-to-6.2.md remove unnecessary chmod 2014-09-01 16:39:56 -07:00
6.2-to-6.3.md remove unnecessary chmod 2014-09-01 16:39:56 -07:00
6.3-to-6.4.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
6.4-to-6.5.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
6.5-to-6.6.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
6.6-to-6.7.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
6.7-to-6.8.md remove unnecessary chmod 2014-09-01 16:39:56 -07:00
6.8-to-6.9.md Remove backticks in markdown links that cause ugly code blocks in GitLab. 2014-08-21 17:25:14 +02:00
6.9-to-7.0.md simplify HTTPS setup details 2014-09-07 15:31:13 -07:00
6.x-or-7.x-to-7.3.md simplify schema.rb reset in upgrade guides 2014-10-12 14:39:41 -07:00
7.0-to-7.1.md remove unnecessary chmod 2014-09-01 16:39:56 -07:00
7.1-to-7.2.md Merge pull request #7809 from bbodenmiller/patch-25 2014-09-22 09:57:38 +02:00
7.2-to-7.3.md simplify schema.rb reset in upgrade guides 2014-10-12 14:39:41 -07:00
7.3-to-7.4.md minor updates to mysql cleanup 2014-10-13 00:52:08 -07:00
README.md Update the help/update docs to include omnibus as well. 2014-10-02 13:39:26 +03:00
mysql_to_postgresql.md add bunder step to mysql_to_postgresql doc 2014-09-10 05:55:45 +08:00
patch_versions.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
upgrader.md Update guides to use gitlab-shell 2.0.1. 2014-10-01 09:56:04 +02: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

Manual Installation

  • The individual upgrade guides are for those who have installed GitLab manually.
  • 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 manual installations.
  • Patch versions guide includes the steps needed for a patch version, eg. 6.2.0 to 6.2.1.

Miscellaneous