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

This commit is contained in:
Marin Jankovski 2015-09-22 16:57:43 +02:00
parent 398092273b
commit e2be419c95
1 changed files with 8 additions and 0 deletions

View File

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