From 557dbc840eeeeab2daa1a72278215dede875b07a Mon Sep 17 00:00:00 2001 From: Benjamin Weber Date: Mon, 14 Nov 2016 20:13:10 +0000 Subject: [PATCH] Change docker backup command in readme --- doc/raketasks/backup_restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 gitlab-rake gitlab:backup:create +docker exec -t gitlab-rake gitlab:backup:create ``` You can specify that portions of the application data be skipped using the