Gitlab从15.9.0升级到16.1.5失败

按照文档所写,Gitlab是安装在docker中的,从15.9.0升级到16.1.5。先升级为15.11.13,升级成功,可以访问后,立即升级为16.1.5,gitlab无法访问,查看gitlab-ctl status,所有都是正常在run的。请问怎么排查错误?

查看日志,日志一直在滚动类似内容

==> /var/log/gitlab/gitlab-exporter/current <==
2023-10-09_07:10:08.67943 127.0.0.1 - - [09/Oct/2023:07:10:08 UTC] “GET /ruby HTTP/1.1” 200 1068
2023-10-09_07:10:08.67949 - → /ruby
2023-10-09_07:10:08.87938 127.0.0.1 - - [09/Oct/2023:07:10:08 UTC] “GET /sidekiq HTTP/1.1” 200 90999
2023-10-09_07:10:08.87942 - → /sidekiq

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{“method”:“GET”,“path”:"/-/metrics",“format”:“html”,“controller”:“MetricsController”,“action”:“index”,“status”:200,“time”:“2023-10-09T07:10:11.464Z”,“params”:[],“redis_calls”:5,“redis_duration_s”:0.001338,“redis_read_bytes”:1015,“redis_write_bytes”:387,“redis_feature_flag_calls”:5,“redis_feature_flag_duration_s”:0.001338,“redis_feature_flag_read_bytes”:1015,“redis_feature_flag_write_bytes”:387,“db_count”:0,“db_write_count”:0,“db_cached_count”:0,“db_replica_count”:0,“db_primary_count”:0,“db_main_count”:0,“db_ci_count”:0,“db_main_replica_count”:0,“db_ci_replica_count”:0,“db_replica_cached_count”:0,“db_primary_cached_count”:0,“db_main_cached_count”:0,“db_ci_cached_count”:0,“db_main_replica_cached_count”:0,“db_ci_replica_cached_count”:0,“db_replica_wal_count”:0,“db_primary_wal_count”:0,“db_main_wal_count”:0,“db_ci_wal_count”:0,“db_main_replica_wal_count”:0,“db_ci_replica_wal_count”:0,“db_replica_wal_cached_count”:0,“db_primary_wal_cached_count”:0,“db_main_wal_cached_count”:0,“db_ci_wal_cached_count”:0,“db_main_replica_wal_cached_count”:0,“db_ci_replica_wal_cached_count”:0,“db_replica_duration_s”:0.0,“db_primary_duration_s”:0.0,“db_main_duration_s”:0.0,“db_ci_duration_s”:0.0,“db_main_replica_duration_s”:0.0,“db_ci_replica_duration_s”:0.0,“cpu_s”:0.133455,“mem_objects”:3882,“mem_bytes”:1965648,“mem_mallocs”:9110,“mem_total_bytes”:2120928,“pid”:8944,“worker_id”:“puma_5”,“rate_limiting_gates”:[],“correlation_id”:“cbe2649a-fe6a-4f01-a06b-08d62de95d28”,“db_duration_s”:0.0,“view_duration_s”:0.00067,“duration_s”:0.12579}

==> /var/log/gitlab/gitlab-exporter/current <==
2023-10-09_07:10:14.03387 127.0.0.1 - - [09/Oct/2023:07:10:13 UTC] “GET /database HTTP/1.1” 200 1216
2023-10-09_07:10:14.03392 - → /database
2023-10-09_07:10:23.68337 127.0.0.1 - - [09/Oct/2023:07:10:23 UTC] “GET /ruby HTTP/1.1” 200 1068
2023-10-09_07:10:23.68343 - → /ruby
2023-10-09_07:10:23.89966 127.0.0.1 - - [09/Oct/2023:07:10:23 UTC] “GET /sidekiq HTTP/1.1” 200 90999
2023-10-09_07:10:23.89971 - → /sidekiq

可以提供报错的具体信息么?