gitlab-org--gitlab-foss/doc/update
Marin Jankovski 7bf50c8e1d Merge pull request #8376 from bbodenmiller/7-6-upgrade-guide
add preliminary 7.6 upgrade guide
2014-12-01 16:55:18 +01: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 missing cleanup step 2014-10-14 23:53:01 -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.5.md Added update guide for updating to 7.5, and pointed installation and updates guides to new version. 2014-11-17 16:56:51 -05: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 fix permission issue in upgrade guides 2014-10-14 22:54:30 -07:00
7.3-to-7.4.md Merge pull request #8319 from bbodenmiller/patch-12 2014-11-23 18:37:09 +01:00
7.4-to-7.5.md you have to update gitlab shell for gitlab 7.5 2014-11-20 15:58:03 +01:00
7.5-to-7.6.md add preliminary 7.6 upgrade guide 2014-11-23 01:45:44 -08: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 Don't update GitLab Shell to the latest version but to the corresponding version. 2014-10-28 10:57:30 -07:00
upgrader.md Make clear that the upgrader script does not update gitlab-shell. 2014-11-29 12:01:32 +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