diff options
author | Benjamin Weber <benni.weber@gmail.com> | 2016-11-14 20:13:10 +0000 |
---|---|---|
committer | Benjamin Weber <benni.weber@gmail.com> | 2016-11-14 20:13:10 +0000 |
commit | 557dbc840eeeeab2daa1a72278215dede875b07a (patch) | |
tree | 649fcee227a919113b9ab67ed95bb1768b1869f7 | |
parent | c04e3af4844f040767fa99202f96d202d0f5ee2a (diff) | |
download | gitlab-ce-557dbc840eeeeab2daa1a72278215dede875b07a.tar.gz |
Change docker backup command in readme
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 0ad84705cfd..7484bc2295e 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -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 |