Update gitlab from 9.0.5 to latest

We have:
Gitlab 9.0.5
OS CentOS7
Postgresql 9.6

We need to update Gitlab to latest version. We create new server CentOS 7, POstgresql 11, install Gitlab 9.0.5 and migrate date to new server- OK. Then we try to update server to version 9.2.6 manual, but server show 500 error. Than we begin update version by version and stop on version 9.1.10. When we try to update to version 9.2.0, after update server show 500 error.

Log output:

    NoMethodError (undefined method `clientside_sentry_enabled' for #<ApplicationSetting:0x007fb17ed9a558>):
  lib/gitlab/gon_helper.rb:15:in `add_gon_variables'
  lib/gitlab/middleware/multipart.rb:93:in `call'
  lib/gitlab/request_profiler/middleware.rb:14:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'
  lib/gitlab/etag_caching/middleware.rb:11:in `call'
  lib/gitlab/request_context.rb:18:in `call'

Ask me please, what the problem? Thank you

I found a solution:
gitlab-rake db:migrate
gitlab-ctl reconfigure
gitlab-ctl restart
Problem is solved