summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorRobert Djurasaj <robert.djurasaj@gmail.com>2014-02-06 12:02:30 -0700
committerRobert Djurasaj <robert.djurasaj@gmail.com>2014-02-06 12:20:23 -0700
commitff45c9755ff8195e2cfb30e408f39c75e576917b (patch)
treec347ebe8e0278c65e491f9d9613ca1dbf870209a /doc/update
parentf7b46fa5fff2b26d8213aeb8619f2212e39f9541 (diff)
downloadgitlab-ce-ff45c9755ff8195e2cfb30e408f39c75e576917b.tar.gz
Update upgrade guide if you have more than one backup .tar file
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/6.4-to-6.5.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/update/6.4-to-6.5.md b/doc/update/6.4-to-6.5.md
index 2b1fa2744fe..d93ddc11624 100644
--- a/doc/update/6.4-to-6.5.md
+++ b/doc/update/6.4-to-6.5.md
@@ -65,7 +65,7 @@ To make sure you didn't miss anything run a more thorough check with:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
-If all items are green, then congratulations upgrade complete!
+If all items are green, then congratulations upgrade is complete!
## Things went south? Revert to previous version (6.4)
@@ -79,3 +79,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
```
+If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above. \ No newline at end of file