Commit e2be419c authored by Marin Jankovski's avatar Marin Jankovski

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

parent 39809227
......@@ -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