Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-22 14:59:22 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-22 14:59:22 +0300
commit917c9ea9278d3f3d3ae925351911e8ecc5c55a1f (patch)
treee913ff1a4200f80cd00b2e0bdf3b0ff129ace55e /doc/migrate_ci_to_ce
parent29bb3b52156b41cca9ef6f6f729d66410f47f8ec (diff)
Migration only works 8.0 -> 8.0
Diffstat (limited to 'doc/migrate_ci_to_ce')
-rw-r--r--doc/migrate_ci_to_ce/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md
index 1cf23649f6f..4070d15808c 100644
--- a/doc/migrate_ci_to_ce/README.md
+++ b/doc/migrate_ci_to_ce/README.md
@@ -5,7 +5,9 @@ Edition (EE), GitLab CI is no longer its own application, but is instead built
into the CE and EE applications.
This guide will detail the process of migrating your CI installation and data
-into your GitLab CE or EE installation.
+into your GitLab CE or EE installation. **You can only migrate CI data from
+GitLab CI 8.0 to GitLab 8.0; migrating between other versions (e.g.7.14 to 8.1)
+is not possible.**
We recommend that you read through the entire migration process in this
document before beginning.