mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: Gemfile app/controllers/application_controller.rb app/views/admin/groups/_form.html.haml app/views/groups/edit.html.haml app/views/groups/show.html.haml app/views/layouts/nav/_admin.html.haml app/views/projects/_settings_nav.html.haml db/schema.rb doc/install/installation.md doc/update/6.x-or-7.x-to-7.6.md
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 (subscribers 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.
Omnibus Packages
- Omnibus update guide contains the steps needed to update a GitLab package.
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
- MySQL to PostgreSQL guides you through migrating your database from MySQL to PostrgreSQL.