mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
updated CI_MIGRATION guide
This commit is contained in:
parent
d30bb949b3
commit
edd47b47a8
@ -6,7 +6,7 @@ This guide assumes that you are currently using `quay.io/sameersbn/gitlab` and `
|
||||
|
||||
> **Note:**
|
||||
>
|
||||
> If your CI server and your GitLab server use the same database adapter no special care is needed. If your CI server uses MySQL and your GitLab server uses PostgreSQL you need to pass a special option in **Step 4 - Upgrade CI > Create CI backup**. **If your CI server uses PostgreSQL and your GitLab server uses MySQL you cannot migrate your CI data to GitLab `8.0`**.
|
||||
> If your CI server and your GitLab server use the same database adapter no special care is needed. If your CI server uses MySQL and your GitLab server uses PostgreSQL you need to pass a special option in **Step 4 - Upgrade CI > Create CI backup**. **If your CI server uses PostgreSQL and your GitLab server uses MySQL you cannot migrate your CI data to GitLab `8.0`, Please refer to https://github.com/sameersbn/docker-gitlab/issues/429#issuecomment-152799995 for instructions to migrate from MySQL to PostgreSQL**.
|
||||
|
||||
## Step 1 - Get Ready
|
||||
|
||||
@ -17,9 +17,9 @@ docker stop gitlab-ci gitlab
|
||||
docker rm gitlab-ci gitlab
|
||||
```
|
||||
|
||||
## Step 2 - Upgrade to most recent `7.14.x` releases
|
||||
## Step 2 - Upgrade to the `7.14.3` releases
|
||||
|
||||
Migration to GitLab `8.x.x` can only be done from version `7.14.3`. As a result we need to first migrate to the most recent versions of these images.
|
||||
Migration to GitLab `8.0` can only be done from version `7.14.3`. As a result we need to first migrate to the most recent versions of these images.
|
||||
|
||||
### Upgrade to `quay.io/sameersbn/gitlab:7.14.3`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user