diff --git a/CI_MIGRATION.md b/CI_MIGRATION.md index d83e6bcf..10dea76e 100644 --- a/CI_MIGRATION.md +++ b/CI_MIGRATION.md @@ -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`