mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
Merge branch 'rs-fix-migration-guide' into 'master'
Fix CI backup step in migration guide [ci skip] See merge request !1397
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user