Commit 1284f21c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6264 from robertd/update_upgrade_guide

Update upgrade guide if you have more than one backup .tar file
parents 9e6f4d36 ff45c975
...@@ -65,7 +65,7 @@ To make sure you didn't miss anything run a more thorough check with: ...@@ -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 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) ## 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 ...@@ -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 cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production 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
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