... | ... | @@ -18,14 +18,6 @@ To run something like `sudo -u git -H git checkout v2.7.2`. |
|
|
|
|
|
You need to first `sudo su - git` and then after successfully logging in with the git users identity and environment run `git checkout v2.7.2`.
|
|
|
|
|
|
---
|
|
|
|
|
|
#### References
|
|
|
|
|
|
- http://doc.gitlab.com/ce/update/README.html
|
|
|
- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update
|
|
|
- https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos
|
|
|
|
|
|
|
|
|
### Commands
|
|
|
|
... | ... | @@ -42,4 +34,13 @@ Clean up assets and cache |
|
|
cd /home/git/gitlab
|
|
|
|
|
|
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
#### References
|
|
|
|
|
|
- http://doc.gitlab.com/ce/update/README.html
|
|
|
- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update
|
|
|
- https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos |