Commit 1284f21c073e42c44b9faa7b0ad1ec90b66ca8fb

Authored by Dmitriy Zaporozhets
2 parents 9e6f4d36 ff45c975

Merge pull request #6264 from robertd/update_upgrade_guide

Update upgrade guide if you have more than one backup .tar file
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
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:
65 65  
66 66 sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
67 67  
68   -If all items are green, then congratulations upgrade complete!
  68 +If all items are green, then congratulations upgrade is complete!
69 69  
70 70 ## Things went south? Revert to previous version (6.4)
71 71  
... ... @@ -79,3 +79,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data
79 79 cd /home/git/gitlab
80 80 sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
81 81 ```
  82 +If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above.
82 83 \ No newline at end of file
... ...