summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-09-22 15:04:08 +0000
committerJob van der Voort <job@gitlab.com>2015-09-22 15:04:08 +0000
commit70875a6aba441f40a262a7ae51e41041c6d10407 (patch)
tree2f33ff1e9b6ea6cf19041fbd391749fa4d5934c4
parent555c197643200575904dd807e452fb32f831ff3d (diff)
parente2be419c9587b21b53c2d426d7783f99751df741 (diff)
downloadgitlab-ce-70875a6aba441f40a262a7ae51e41041c6d10407.tar.gz
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
-rw-r--r--doc/migrate_ci_to_ce/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md
index 208aab42b56..f83ecb01e44 100644
--- a/doc/migrate_ci_to_ce/README.md
+++ b/doc/migrate_ci_to_ce/README.md
@@ -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.