Commit 144eef38 authored by Marin Jankovski's avatar Marin Jankovski

Update ci to ce doc to make it clearer when you are done if you don't want to keep your data.

parent 2fa4e2fb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment