Fix CI backup step in migration guide
[ci skip]
This commit is contained in:
parent
e500be8310
commit
3c46ae1df3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue