Commit ee6da7ea authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8310 from bbodenmiller/patch-3

fix backup rake task
parents d9cb3ffa e0467e8f
...@@ -14,7 +14,7 @@ You can only restore a backup to exactly the same version of GitLab that you cre ...@@ -14,7 +14,7 @@ You can only restore a backup to exactly the same version of GitLab that you cre
sudo gitlab-rake gitlab:backup:create sudo gitlab-rake gitlab:backup:create
# if you've installed GitLab from source or using the cookbook # if you've installed GitLab from source or using the cookbook
bundle exec rake gitlab:backup:create RAILS_ENV=production sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
``` ```
Example output: Example output:
......
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