Can't setup on 5.2
Created by: NoTimeForHero
Hello! I used version 4.2 for a long time and all was ok. But when I try install last version 5.2 on another server i have this problem. When i try to Initialize Database and Activate Advanced Features:
sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
I got the next problem:
== Seed from /home/git/gitlab/db/fixtures/production/001_admin.rb
rake aborted!
uninitialized constant User::Namespace
The full log is here: https://gist.github.com/skynetxxx/98c6eff3e0e33fdda6bb I am trying to check, what i missing, but it's writes that all is ok:
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.4.0 ? ... OK (1.5.0)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ... can't check, you have no projects
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
Projects have satellites? ... can't check, you have no projects
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.7.10)
Checking GitLab ... Finished
What I am doing wrong? How I can install the last version of GitLab?