Upgrade to 8.6.2 failed in 500 error

I have run gitlab-ctl reconfigure and restart
When I navigate to any page I get this in /var/log/gitlab/gitlab-rails/production.log

Completed 500 Internal Server Error in 253ms (ActiveRecord: 15.2ms)

ActionView::Template::Error (undefined method `visibility_icon_description' for #<#<Class:0x00000007424d78>:0x007f3b38d58430>):
    17:   .cover-title
    18:     %h1
    19:       = @group.name
    20:       %span.visibility-icon.has_tooltip{ data: { container: 'body' }, title: visibility_icon_description(@group) }
    21:         = visibility_level_icon(@group.visibility_level, fw: false)
    22:
    23:   .cover-desc.username
  app/views/groups/show.html.haml:20:in `_app_views_groups_show_html_haml__1837695492990388190_60929800'
  app/controllers/groups_controller.rb:47:in `show'

Let me know if you need any more information. Any help on this would be great. Thank you.

It just started working for no apparent reason. I did nothing and now it is working. This thread can be closed. Thank you.

1 Like