Commit 55ef505b7976d0148269ade38171297256054c11
1 parent
bc52a089
Exists in
master
and in
13 other branches
Answer upgrading question from non Omnibus.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
doc/update.md
1 | # Updating GitLab via omnibus-gitlab | 1 | # Updating GitLab via omnibus-gitlab |
2 | 2 | ||
3 | +## Upgrading from a non-Omnibus installation to an Omnibus installation | ||
4 | + | ||
5 | +Do this by [creating a backup from the non-Omnibus install](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md#create-a-backup-of-the-gitlab-system) and [restoring this in the Omnibus installation](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#restoring-an-application-backup). | ||
6 | +Please ensure you are using exactly equal versions of GitLab (for example 6.7.3) when you do this. | ||
7 | +You might have to upgrade your non-Omnibus installation before creating the backup to archive this. | ||
8 | + | ||
3 | ## Updating from GitLab 6.6.x to 6.7.x | 9 | ## Updating from GitLab 6.6.x to 6.7.x |
4 | 10 | ||
5 | First, download the latest [CE](https://www.gitlab.com/downloads/) or | 11 | First, download the latest [CE](https://www.gitlab.com/downloads/) or |