Commit 70875a6a authored by Job van der Voort's avatar Job van der Voort

Merge branch 'dont_want_the_data' into 'master'

Add to migration on what to do if you don't want your data.

If you don't want to migrate your CI data , remove the old builds directory.

See merge request !1392
parents 555c1976 e2be419c
......@@ -28,6 +28,14 @@ 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*:
```bash
mv /var/opt/gitlab/gitlab-ci/builds /var/opt/gitlab/gitlab-ci/builds.$(date +%s)
```
and run `sudo gitlab-ctl reconfigure`.
#### 1. Verify that backups work
Make sure that the backup script on both servers can connect to the database.
......
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