gitlab 8.7 wrong version check
Created by: colttt
Hello, I installed gitlab version 8.7.0-rc5 rev 83e7e5c0 when i run a check it said i need a newer redis server but i've the newest one:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
[...]
Redis version >= 2.8.0? ... no
Try fixing it:
Update your redis server to a version >= 2.8.0
For more information see:
gitlab-public-wiki/wiki/Trouble-Shooting-Guide in section sidekiq
Please fix the error above and rerun the checks.
Ruby version >= 2.1.0 ? ... yes (2.1.2)
Your git bin path is "/usr/bin/git"
Git version >= 2.7.3 ? ... yes (2.8.1)
redis-server --version
Redis server v=2.8.23 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=bc139fdb5003672d
an other issue is that if I run info he said I need gitlab-shell 2.7.2 but it dont exist!
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
WARNING: This version of GitLab depends on gitlab-shell 2.7.2, but you're running 2.7.0. Please update gitlab-shell.
[...]
sudo -u git -H git checkout v2.7.2
error: pathspec 'v2.7.2' did not match any file(s) known to git.