mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 05:26:05 +10:00
Conflicts: README.md app/assets/javascripts/project.js.coffee app/models/concerns/mentionable.rb app/models/project.rb app/models/project_services/jira_service.rb app/models/service.rb app/models/user.rb app/services/git_push_service.rb config/initializers/1_settings.rb config/routes.rb db/schema.rb doc/integration/README.md doc/integration/external-issue-tracker.md doc/integration/github.md spec/controllers/import/github_controller_spec.rb spec/helpers/merge_requests_helper.rb spec/lib/gitlab/upgrader_spec.rb spec/models/note_spec.rb spec/requests/api/groups_spec.rb spec/services/git_push_service_spec.rb
21 lines
1.6 KiB
Markdown
21 lines
1.6 KiB
Markdown
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)](https://gitlab.com/subscribers/gitlab-ee/tree/master/doc/update) 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](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update.md) contains the steps needed to update a GitLab [package](https://about.gitlab.com/downloads/).
|
|
|
|
## Installation from source
|
|
|
|
- [The individual upgrade guides](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update) are for those who have installed GitLab from source.
|
|
- [The CE to EE update guides](https://gitlab.com/subscribers/gitlab-ee/tree/master/doc/update) 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](upgrader.md) is an automatic ruby script that performs the update for installations from source.
|
|
- [Patch versions](patch_versions.md) guide includes the steps needed for a patch version, eg. 6.2.0 to 6.2.1.
|
|
|
|
## Miscellaneous
|
|
|
|
- [MySQL to PostgreSQL](mysql_to_postgresql.md) guides you through migrating your database from MySQL to PostgreSQL.
|