Skip to content

Upgrade from 13.1.11 to 13.8.8 error 500

Summary

After upgrade from 13.1.11 to 13.8.8 omnibus ce, we get error 500

Steps to reproduce

we had installed 13.1.11-ce with yum rhel7 and update to 13.8.8

gitlab-upgrade

error 500error500

What is the current bug behavior?

error 500 in any page

What is the expected correct behavior?

display correctly any page of gitlab

Relevant logs and/or screenshots

Into gitlab-rails/production.log we see 2 releavant errors

for sign_in

Completed 302 Found in 56ms (ActiveRecord: 4.1ms | Elasticsearch: 0.0ms | Allocations: 12309)
Started GET "/gitlab/users/sign_in" for 128.200.234.38 at 2021-10-07 08:04:00 -0500
Processing by SessionsController#new as HTML
Completed 500 Internal Server Error in 418ms (ActiveRecord: 26.6ms | Elasticsearch: 0.0ms | Allocations: 220408)

ActionView::Template::Error (undefined method `kroki_enabled' for #
Did you mean?  kroki_url_absolute?):
    19:             .col-sm-7.order-12.order-sm-1.brand-holder
    20:               = brand_image
    21:               - if current_appearance&.description?
    22:                 = brand_text
    23:               - else
    24:                 %h3.mt-sm-0
    25:                   = _('A complete DevOps platform')

lib/banzai/filter/kroki_filter.rb:12:in `call'

for respos and projects

Started GET "/gitlab/dm/pm/otorgante/portal-admin/portal-autoservicio-service.git/info/refs?service=git-upload-pack" for 192.168.253.217 at 2021-10-07 08:22:12 -0500
Processing by Repositories::GitHttpController#info_refs as */*
  Parameters: {"service"=>"git-upload-pack", "repository_path"=>"dm/pm/otorgante/portal-admin/portal-autoservicio-service.git"}
Completed 500 Internal Server Error in 179ms (ActiveRecord: 22.3ms | Elasticsearch: 0.0ms | Allocations: 34354)

NoMethodError (undefined method `analytics_access_level=' for #
Did you mean?  analytics_enabled?):

app/policies/project_policy.rb:694:in `feature_available?'
app/policies/project_policy.rb:161:in `block (2 levels) in '
lib/declarative_policy/condition.rb:23:in `instance_eval'
lib/declarative_policy/condition.rb:23:in `compute'
lib/declarative_policy/condition.rb:44:in `block in pass?'
lib/declarative_policy/base.rb:303:in `cache'
lib/declarative_policy/condition.rb:44:in `pass?'
lib/declarative_policy/rule.rb:81:in `pass?'
lib/declarative_policy/step.rb:81:in `pass?'
lib/declarative_policy/runner.rb:101:in `block in run'
lib/declarative_policy/runner.rb:180:in `block in steps_by_score'
lib/declarative_policy/runner.rb:149:in `loop'
lib/declarative_policy/runner.rb:149:in `steps_by_score'
lib/declarative_policy/runner.rb:82:in `run'
lib/declarative_policy/runner.rb:60:in `pass?'
lib/declarative_policy/base.rb:234:in `block in allowed?'
lib/declarative_policy/base.rb:234:in `all?'
lib/declarative_policy/base.rb:234:in `allowed?'
lib/declarative_policy/base.rb:226:in `can?'
app/models/ability.rb:72:in `allowed?'

Results of GitLab environment info

Expand for output related to GitLab environment info

[root@gitlab gitlab-rails]# sudo gitlab-rake gitlab:env:info

System information
System:
Current User:   git
Using RVM:      no
Ruby Version:   2.7.2p137
Gem Version:    3.1.4
Bundler Version:2.1.4
Rake Version:   13.0.3
Redis Version:  5.0.9
Git Version:    2.29.0
Sidekiq Version:5.2.9
Go Version:     unknown
rake aborted!
NoMethodError: undefined method `analytics_access_level=' for #
Did you mean?  analytics_enabled?
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:94:in `write_feature_attribute_raw'
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:85:in `write_feature_attribute_boolean'
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:29:in `issues_enabled='
/opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:812:in `initialize'
/opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/info.rake:48:in `block (3 levels) in '
/opt/gitlab/embedded/bin/bundle:23:in `load'
/opt/gitlab/embedded/bin/bundle:23:in `'
Tasks: TOP => gitlab:env:info
(See full trace by running task with --trace)
[root@gitlab gitlab-rails]# sudo gitlab-rake gitlab:env:info --trace
** Invoke gitlab:env:info (first_time)
** Invoke gitlab_environment (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute gitlab_environment
** Execute gitlab:env:info

System information
System:
Current User:   git
Using RVM:      no
Ruby Version:   2.7.2p137
Gem Version:    3.1.4
Bundler Version:2.1.4
Rake Version:   13.0.3
Redis Version:  5.0.9
Git Version:    2.29.0
Sidekiq Version:5.2.9
Go Version:     unknown
rake aborted!
NoMethodError: undefined method `analytics_access_level=' for #
Did you mean?  analytics_enabled?
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activemodel-6.0.3.4/lib/active_model/attribute_methods.rb:432:in `method_missing'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:185:in `block in set_default_values'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:155:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:155:in `set_default_values'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:428:in `block in make_lambda'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:238:in `block in halting_and_conditional'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `block in invoke_after'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `invoke_after'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:136:in `run_callbacks'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:825:in `_run_initialize_callbacks'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/core.rb:328:in `initialize'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:143:in `initialize'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/inheritance.rb:70:in `new'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/inheritance.rb:70:in `new'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/reflection.rb:158:in `build_association'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/association.rb:321:in `build_record'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/singular_association.rb:21:in `build'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/builder/singular_association.rb:29:in `build_project_feature'
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:94:in `write_feature_attribute_raw'
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:85:in `write_feature_attribute_boolean'
/opt/gitlab/embedded/service/gitlab-rails/app/models/concerns/project_features_compatibility.rb:29:in `issues_enabled='
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:185:in `block in set_default_values'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:155:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:155:in `set_default_values'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:428:in `block in make_lambda'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:238:in `block in halting_and_conditional'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `block in invoke_after'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:517:in `invoke_after'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:136:in `run_callbacks'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:825:in `_run_initialize_callbacks'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/core.rb:328:in `initialize'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/default_value_for-3.3.0/lib/default_value_for.rb:143:in `initialize'
/opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:812:in `initialize'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/inheritance.rb:70:in `new'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/inheritance.rb:70:in `new'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/reflection.rb:158:in `build_association'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/association.rb:321:in `build_record'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/collection_association.rb:108:in `build'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/associations/collection_proxy.rb:316:in `build'
/opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/info.rake:48:in `block (3 levels) in '
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `block in execute'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `execute'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `synchronize'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `invoke_with_call_chain'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/task.rb:188:in `invoke'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:160:in `invoke_task'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `each'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block in top_level'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:125:in `run_with_threads'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:110:in `top_level'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:83:in `block in run'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:186:in `standard_exception_handling'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/lib/rake/application.rb:80:in `run'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/rake-13.0.3/exe/rake:27:in `'
/opt/gitlab/embedded/bin/rake:23:in `load'
/opt/gitlab/embedded/bin/rake:23:in `'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli/exec.rb:63:in `load'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli/exec.rb:63:in `kernel_load'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli/exec.rb:28:in `run'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli.rb:476:in `exec'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli.rb:30:in `dispatch'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/cli.rb:24:in `start'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/exe/bundle:46:in `block in '
/opt/gitlab/embedded/lib/ruby/site_ruby/2.7.0/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/exe/bundle:34:in `'
/opt/gitlab/embedded/bin/bundle:23:in `load'
/opt/gitlab/embedded/bin/bundle:23:in `'
Tasks: TOP => gitlab:env:info
[root@gitlab gitlab-rails]# 


Results of GitLab application Check

Expand for output related to the GitLab application check

Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 13.15.1 ? ... OK (13.15.1) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Internal API available: OK Redis available via internal API: OK gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... Server: ldapmain LDAP authentication... Success LDAP users with access to your GitLab server (only showing the first 100 results) User output sanitized. Found 100 users of 100 limit.

Checking LDAP ... Finished

Checking GitLab App ...

Git configured correctly? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Init script exists? ... skipped (omnibus-gitlab has no init script) Init script up-to-date? ... skipped (omnibus-gitlab has no init script) Projects have namespace: ... 1/1 ... yes 52/15 ... yes 56/18 ... yes 56/19 ... yes 56/23 ... yes 52/25 ... yes 1/29 ... yes 1/30 ... yes 47/31 ... yes 47/33 ... yes 50/36 ... yes 50/38 ... yes 58/47 ... yes 1/48 ... yes 52/50 ... yes 52/51 ... yes 52/52 ... yes 58/53 ... yes 67/54 ... yes 67/55 ... yes 68/56 ... yes 70/57 ... yes 14/58 ... yes 68/60 ... yes 68/61 ... yes 52/62 ... yes 146/63 ... yes 52/64 ... yes 146/67 ... yes 52/68 ... yes 52/69 ... yes 54/70 ... yes 72/71 ... yes 14/72 ... yes 48/73 ... yes 75/75 ... yes 76/76 ... yes 13/78 ... yes 77/80 ... yes 44/87 ... yes 79/88 ... yes 78/90 ... yes 61/93 ... yes 78/95 ... yes 68/98 ... yes 68/99 ... yes 83/100 ... yes 83/101 ... yes 83/102 ... yes 58/104 ... yes 78/105 ... yes 40/106 ... yes 58/107 ... yes 52/109 ... yes 6/110 ... yes 54/112 ... yes 54/113 ... yes 54/114 ... yes 47/115 ... yes 85/116 ... yes 86/117 ... yes 86/119 ... yes 86/120 ... yes 79/121 ... yes 61/122 ... yes 61/123 ... yes 57/124 ... yes 55/126 ... yes 93/131 ... yes 48/136 ... yes 163/137 ... yes 48/138 ... yes 52/139 ... yes 85/140 ... yes 77/141 ... yes 52/142 ... yes 94/143 ... yes 94/144 ... yes 128/145 ... yes 127/146 ... yes 61/147 ... yes 95/148 ... yes 77/154 ... yes 96/155 ... yes 96/156 ... yes 61/157 ... yes 55/158 ... yes 54/159 ... yes 127/160 ... yes 55/161 ... yes 54/162 ... yes 14/163 ... yes 14/165 ... yes 120/166 ... yes 100/167 ... yes 100/168 ... yes 100/169 ... yes 100/170 ... yes 104/172 ... yes 52/173 ... yes 106/174 ... yes 47/175 ... yes 51/177 ... yes 76/178 ... yes 75/179 ... yes 48/180 ... yes 47/181 ... yes 119/183 ... yes 61/184 ... yes 75/186 ... yes 76/187 ... yes 110/188 ... yes 110/189 ... yes 48/190 ... yes 113/191 ... yes 113/192 ... yes 113/193 ... yes 118/194 ... yes 6/195 ... yes 3/198 ... yes 76/200 ... yes 47/201 ... yes 47/202 ... yes 47/203 ... yes 115/204 ... yes 47/205 ... yes 115/206 ... yes 115/207 ... yes 115/208 ... yes 114/209 ... yes 114/210 ... yes 75/211 ... yes 56/212 ... yes 48/213 ... yes 114/215 ... yes 88/216 ... yes 116/217 ... yes 88/218 ... yes 117/219 ... yes 118/220 ... yes 118/221 ... yes 118/222 ... yes 119/224 ... yes 119/225 ... yes 119/226 ... yes 119/227 ... yes 104/228 ... yes 104/229 ... yes 104/230 ... yes 120/231 ... yes 121/233 ... yes 121/234 ... yes 121/235 ... yes 121/236 ... yes 120/237 ... yes 48/238 ... yes 47/239 ... yes 47/240 ... yes 198/241 ... yes 124/242 ... yes 61/243 ... yes 44/244 ... yes 125/246 ... yes 125/247 ... yes 125/248 ... yes 48/249 ... yes 48/250 ... yes 52/251 ... yes 120/252 ... yes 120/253 ... yes 120/254 ... yes 120/255 ... yes 120/256 ... yes 120/257 ... yes 120/258 ... yes 55/259 ... yes 52/260 ... yes 52/261 ... yes 128/263 ... yes 124/264 ... yes 135/267 ... yes 77/268 ... yes 77/269 ... yes 77/270 ... yes 133/272 ... yes 133/273 ... yes 133/274 ... yes 133/275 ... yes 134/276 ... yes 134/277 ... yes 134/278 ... yes 134/279 ... yes 52/280 ... yes 52/281 ... yes 95/282 ... yes 135/283 ... yes 135/285 ... yes 135/286 ... yes 134/287 ... yes 134/288 ... yes 136/289 ... yes 136/290 ... yes 77/291 ... yes 77/292 ... yes 137/293 ... yes 138/294 ... yes 138/295 ... yes 138/296 ... yes 138/297 ... yes 138/298 ... yes 52/299 ... yes 52/300 ... yes 52/301 ... yes 52/302 ... yes 139/303 ... yes 140/304 ... yes 141/305 ... yes 141/306 ... yes 52/307 ... yes 142/309 ... yes 142/310 ... yes 67/311 ... yes 52/312 ... yes 48/313 ... yes 48/314 ... yes 104/315 ... yes 55/317 ... yes 169/318 ... yes 146/319 ... yes 52/321 ... yes 147/324 ... yes 3/325 ... yes 104/326 ... yes 52/328 ... yes 14/329 ... yes 55/331 ... yes 54/332 ... yes 55/335 ... yes 67/336 ... yes 104/337 ... yes 160/338 ... yes 55/340 ... yes 149/341 ... yes 140/342 ... yes 120/343 ... yes 120/344 ... yes 55/345 ... yes 54/346 ... yes 151/348 ... yes 151/349 ... yes 150/350 ... yes 150/351 ... yes 150/352 ... yes 150/353 ... yes 150/354 ... yes 150/355 ... yes 150/356 ... yes 150/357 ... yes 150/358 ... yes 150/359 ... yes 153/360 ... yes 153/361 ... yes 153/362 ... yes 85/363 ... yes 52/365 ... yes 147/366 ... yes 147/367 ... yes 156/368 ... yes 52/369 ... yes 131/370 ... yes 131/371 ... yes 131/372 ... yes 131/373 ... yes 131/374 ... yes 131/375 ... yes 131/376 ... yes 131/377 ... yes 131/378 ... yes 131/379 ... yes 131/380 ... yes 131/381 ... yes 131/382 ... yes 131/383 ... yes 131/384 ... yes 131/385 ... yes 131/386 ... yes 156/387 ... yes 52/388 ... yes 52/390 ... yes 149/391 ... yes 52/392 ... yes 147/393 ... yes 147/394 ... yes 147/395 ... yes 147/396 ... yes 147/397 ... yes 147/398 ... yes 147/399 ... yes 158/400 ... yes 158/401 ... yes 160/403 ... yes 52/404 ... yes 86/405 ... yes 52/406 ... yes 52/407 ... yes 52/408 ... yes 54/409 ... yes 206/410 ... yes 163/411 ... yes 163/412 ... yes 83/413 ... yes 55/414 ... yes 120/415 ... yes 164/416 ... yes 147/417 ... yes 147/418 ... yes 165/420 ... yes 209/421 ... yes 137/422 ... yes 166/424 ... yes 167/425 ... yes 167/426 ... yes 167/427 ... yes 70/428 ... yes 79/429 ... yes 79/430 ... yes 137/431 ... yes 153/432 ... yes 169/433 ... yes 56/434 ... yes 165/435 ... yes 56/436 ... yes 170/437 ... yes 170/438 ... yes 170/439 ... yes 56/442 ... yes 54/443 ... yes 124/444 ... yes 85/448 ... yes 94/449 ... yes 94/450 ... yes 178/451 ... yes 178/452 ... yes 52/453 ... yes 70/455 ... yes 48/456 ... yes 185/457 ... yes 187/459 ... yes 1/460 ... yes 124/461 ... yes 166/462 ... yes 166/463 ... yes 166/464 ... yes 47/465 ... yes 166/466 ... yes 1/467 ... yes 193/468 ... yes 191/469 ... yes 191/470 ... yes 191/471 ... yes 193/472 ... yes 191/474 ... yes 197/475 ... yes 198/476 ... yes 47/477 ... yes 68/478 ... yes 68/479 ... yes 199/480 ... yes 199/481 ... yes 191/482 ... yes 187/483 ... yes 127/484 ... yes 67/485 ... yes 204/491 ... yes 205/493 ... yes 205/495 ... yes 14/496 ... yes 124/497 ... yes 47/498 ... yes 104/499 ... yes 104/500 ... yes 104/501 ... yes 206/503 ... yes 206/504 ... yes 56/508 ... yes 47/509 ... yes 209/511 ... yes 146/514 ... yes 77/515 ... yes 77/516 ... yes 199/519 ... yes 48/520 ... yes 131/523 ... yes 131/524 ... yes 131/526 ... yes 131/527 ... yes 212/532 ... yes 212/533 ... yes 54/536 ... yes 85/537 ... yes 68/538 ... yes 14/539 ... yes 212/540 ... yes 205/542 ... yes 213/544 ... yes 213/545 ... yes 67/547 ... yes 55/548 ... yes 54/549 ... yes 203/550 ... yes 14/551 ... yes 54/552 ... yes 54/553 ... yes 54/554 ... yes 54/556 ... yes 54/557 ... yes 203/558 ... yes 72/559 ... yes 216/560 ... yes 14/561 ... yes 203/562 ... yes 204/563 ... yes 216/564 ... yes 206/566 ... yes 47/567 ... yes 85/569 ... yes 164/570 ... yes 52/572 ... yes 198/574 ... yes 127/575 ... yes 212/576 ... yes 121/577 ... yes 135/578 ... yes 77/579 ... yes 77/580 ... yes 77/581 ... yes 217/582 ... yes 217/583 ... yes 218/584 ... yes 154/585 ... yes 218/586 ... yes 222/587 ... yes 52/588 ... yes 212/589 ... yes 13/590 ... yes 106/591 ... yes 58/593 ... yes 229/595 ... yes 229/596 ... yes 229/597 ... yes 230/598 ... yes 232/599 ... yes 212/600 ... yes 75/601 ... yes Redis version >= 4.0.0? ... yes Ruby version >= 2.7.2 ? ... yes (2.7.2) Git version >= 2.29.0 ? ... yes (2.29.0) Git user has default SSH configuration? ... yes Active users: ... 80 Is authorized keys file accessible? ... yes GitLab configured to store new projects in hashed storage? ... yes All projects are in hashed storage? ... no Try fixing it: Please migrate all projects to hashed storage as legacy storage is deprecated in 13.0 and support will be removed in 14.0. For more information see: doc/administration/repository_storage_types.md

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

Possible fixes

Edited by 🤖 GitLab Bot 🤖