summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-22 16:25:23 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-09-22 16:34:08 -0400
commit73df99f700cb1d7a41103dc28af8b1ba888a8215 (patch)
tree347123db29105b9327add524a17713636c4b2637
parent8fa03bbe12aa6d8d79c131cbd261262331d3ad33 (diff)
downloadgitlab-ce-73df99f700cb1d7a41103dc28af8b1ba888a8215.tar.gz
Fix CI backup step in migration guide
[ci skip]
-rw-r--r--doc/migrate_ci_to_ce/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md
index f83ecb01e44..2725bf343ee 100644
--- a/doc/migrate_ci_to_ce/README.md
+++ b/doc/migrate_ci_to_ce/README.md
@@ -179,8 +179,8 @@ will need this file later.
sudo gitlab-ci-rake backup:create
# Source
-cd /home/git/gitlab
-sudo -u git -H bundle exec rake backup:create RAILS_ENV=production
+cd /home/gitlab_ci/gitlab-ci
+sudo -u gitlab_ci -H bundle exec rake backup:create RAILS_ENV=production
```
#### 3. Copy data to the GitLab server