Commit 26cf3e47 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-9' into 'master'

Change docker backup command in readme

See the general Documentation guidelines http://docs.gitlab.com/ce/development/doc_styleguide.html

## What does this MR do?

MR fixes wrong order of parameters in the command given for backing up gitlab in a docker container

## Moving docs to a new location?

No

See merge request !7468
parents 36d04200 557dbc84
......@@ -32,7 +32,7 @@ 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
docker exec -t <container name> gitlab-rake gitlab:backup:create
```
You can specify that portions of the application data be skipped using the
......
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