Skip to content
Snippets Groups Projects
Commit b64d81e9 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'rs-fix-migration-guide' into 'master'

Fix CI backup step in migration guide

[ci skip]

See merge request !1397
parents e500be83 3c46ae1d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment