Add an example of how to run the backups when using docker to the docs

This commit is contained in:
DJ Mountney 2016-10-21 11:31:15 -07:00
parent 9cf5b1cc99
commit fadaba000a
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ Use this if you've installed GitLab from source:
```
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
If you are running GitLab within a Docker container, you can run the backup from the host:
```
docker -t exec <container name> gitlab-rake gitlab:backup:create
```
You can specify that portions of the application data be skipped using the
environment variable `SKIP`. You can skip: