After latest pull from master branch gitlab don't work
Created by: iDevPro
Error:
Error message:
can't convert nil into Hash
Exception class:
TypeError
Application root:
/home/git/gitlab
I also try change my gitlab.yml:
production: &base
## GitLab settings
gitlab:
...
git:
bin_path: /usr/local/bin/git
# Max size of git object like commit, in bytes
# This value can be increased if you have a very large commits
max_size: 5242880 # 5.megabytes
# Git timeout to read commit, in seconds
timeout: 10
development:
<<: *base
test:
<<: *base
staging:
<<: *base
but still error, so question: why need this: production: &base
in production log:
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
P.s: deploy gitlab over Apache+Passenger