[5.1] Cant show diffs or files with error 500 when /home/gitlab ist removed
Created by: rufinus
Opening Diffs or file view results in 500 in all repos after removing /home/gitlab
gitlab/config/gitlab.yml only points to /home/git
where else could i look for the "wrong" configuration?
With /home/gitlab removed: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
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? ... OK (1.3.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: ...
Ludwig Ruderstaller / Testprojekt1 ... ok
[...some other repos...]
CWD / Server Dokumentation ... repository is empty
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? ...
Ludwig Ruderstaller / Testprojekt1 ... yes
[.. some other repos....]
CWD / Server Dokumentation ... can't create, repository is empty
Redis version >= 2.0.0? ... yes
Checking GitLab ... Finished
Git Version: git version 1.8.2.1 GitLab version: 5.1 - 74ef297a
Logfiles dont show any info, what else can i do to track down the error?