ruby on rails - Gitlab 500 Error after upgrade -


i upgraded gitlab omnibus install 7.3 7.9.1, , rather showing login page, gitlab shows 500 error page (see below)

i noticed following in /var/log/gitlab/gitlab-rails/production.log

started "/" 127.0.0.1 @ 2015-03-31 13:36:56 -0400 processing dashboardcontroller#show html pg::error: error:  relation "identities" not exist line 5:                a.attrelid = '"identities"'::regclass                                           ^ :               select a.attname, format_type(a.atttypid, a.atttypmod),                      pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod                 pg_attribute left join pg_attrdef d                   on a.attrelid = d.adrelid , a.attnum = d.adnum                a.attrelid = '"identities"'::regclass                  , a.attnum > 0 , not a.attisdropped                order a.attnum  completed 500 internal server error in 135ms  activerecord::statementinvalid (pg::error: error:  relation "identities" not exist line 5:                a.attrelid = '"identities"'::regclass                                           ^ :               select a.attname, format_type(a.atttypid, a.atttypmod),                      pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod                 pg_attribute left join pg_attrdef d                   on a.attrelid = d.adrelid , a.attnum = d.adnum                a.attrelid = '"identities"'::regclass                  , a.attnum > 0 , not a.attisdropped                order a.attnum ):   app/models/user.rb:425:in `ldap_user?'   app/models/user.rb:463:in `requires_ldap_check?'   app/controllers/application_controller.rb:208:in `ldap_security_check' 

i should note use ldap authentication gitlab.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -