[Bug] All imported projects unaccessable after upgrading from 8.4.3 to 8.9.6.
I'm using the omnibus package and I've just updated Gitlab via sudo yum update
. I had a number of projects I had imported from github and now I get a 500 whenever trying to view those projects. The error from the logs is:
OpenSSL::Cipher::CipherError (iv length too short):
app/models/project.rb:456:in `import_url'
app/models/project.rb:486:in `external_import?'
app/models/project.rb:478:in `import?'
app/models/project.rb:494:in `import_in_progress?'
app/controllers/projects_controller.rb:93:in `show'
lib/gitlab/middleware/go.rb:16:in `call'
I've verified that $RAILS_ROOT/.secret
stayed the same and that /etc/gitlab/gitlab-secrets.json
also stayed the same, although the gitlab-secrets.json file had some data added to it. What is the issue?