Skip to content
Snippets Groups Projects
Commit 8ab6bd3e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Do a git checkout on Gemfile.lock and schema.rb prior to update. Fixes #2227

parent 59c486dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,6 +22,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```bash
cd /home/git/gitlab
sudo -u git -H git fetch --all
sudo -u git -H git checkout -- Gemfile.lock db/schema.rb
sudo -u git -H git checkout LATEST_TAG
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment