Commit 73df99f7 authored by Robert Speicher's avatar Robert Speicher

Fix CI backup step in migration guide

[ci skip]
parent 8fa03bbe
...@@ -179,8 +179,8 @@ will need this file later. ...@@ -179,8 +179,8 @@ will need this file later.
sudo gitlab-ci-rake backup:create sudo gitlab-ci-rake backup:create
# Source # Source
cd /home/git/gitlab cd /home/gitlab_ci/gitlab-ci
sudo -u git -H bundle exec rake backup:create RAILS_ENV=production sudo -u gitlab_ci -H bundle exec rake backup:create RAILS_ENV=production
``` ```
#### 3. Copy data to the GitLab server #### 3. Copy data to the GitLab server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment