diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-10-05 16:39:58 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-10-05 16:39:58 +0200 |
commit | 144eef38507a5b3e21f8aa5e38247bdfd73fba23 (patch) | |
tree | 02f79233c6594038834dc0e5842249c7589968a0 /doc/migrate_ci_to_ce | |
parent | 2fa4e2fb6a669b98ed6abc568eabc8f5f9f28e8a (diff) | |
download | gitlab-ce-144eef38507a5b3e21f8aa5e38247bdfd73fba23.tar.gz |
Update ci to ce doc to make it clearer when you are done if you don't want to keep your data.
Diffstat (limited to 'doc/migrate_ci_to_ce')
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 1cb1bc2e762..5ec0a2069b5 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -28,13 +28,15 @@ upgrade to 8.0 until you finish the migration procedure. ### Before upgrading -If you have GitLab CI installed using omnibus-gitlab packages but *you don't want to migrate your existing data*: +If you have GitLab CI installed using omnibus-gitlab packages but **you don't want to migrate your existing data**: ```bash mv /var/opt/gitlab/gitlab-ci/builds /var/opt/gitlab/gitlab-ci/builds.$(date +%s) ``` -and run `sudo gitlab-ctl reconfigure`. +run `sudo gitlab-ctl reconfigure` and you can reach CI at `gitlab.example.com/ci`. + +If you want to migrate your existing data, continue reading. #### 0. Updating Omnibus from versions prior to 7.13 |