Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-22 23:25:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-22 23:25:23 +0300
commit3c46ae1df31cdd6bc54105f6b9788582a969ed42 (patch)
treece74eb1c7008169f58e9a657eec86b211717621c /doc/migrate_ci_to_ce
parente500be831007f5cf6acdb91b1171bbc8a3fd3cfe (diff)
Fix CI backup step in migration guide
[ci skip]
Diffstat (limited to 'doc/migrate_ci_to_ce')
-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