From 3c46ae1df31cdd6bc54105f6b9788582a969ed42 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 22 Sep 2015 16:25:23 -0400 Subject: Fix CI backup step in migration guide [ci skip] --- doc/migrate_ci_to_ce/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/migrate_ci_to_ce') 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 -- cgit v1.2.3