Skip to content
Snippets Groups Projects
Commit 144eef38 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

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

parent 2fa4e2fb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment