summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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