summaryrefslogtreecommitdiff
path: root/doc/update/5.4-to-6.0.md
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2013-10-09 11:07:45 +0200
committerMarin Jankovski <maxlazio@gmail.com>2013-10-09 11:07:45 +0200
commit1eabd9dfecad735a4e59884c568b27d27932517f (patch)
tree25dce1903c3a1dc2ee55f2d8f0c659889c986892 /doc/update/5.4-to-6.0.md
parent3682a0820be8c5e3b6f368cb121fca3f23fc6f87 (diff)
parent358426d66164d720d793ea37bacb4fc331c30171 (diff)
downloadgitlab-ce-1eabd9dfecad735a4e59884c568b27d27932517f.tar.gz
Merge branch 'master' into relative_links_in_documentation
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r--doc/update/5.4-to-6.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 3b1d9878204..0027d91d60a 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/doc/update/5.4-to-6.0.md
@@ -24,7 +24,7 @@ It's useful to make a backup just in case things go south:
```bash
cd /home/git/gitlab
-sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
+sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
### 1. Stop server