Page 500 when opening projects imported from github
I had gitlab 8.8.2 installed using omnibus in a CentOS machine. I changed to gitlab-omnibus using docker on Ubuntu 16. Now I have updated to 8.9.2 and whenever I access projects that were imported from github I get the following error:
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/lucasperin/desafio" for (my ip) at 2016-06-29 12:35:37 -0300
Processing by ProjectsController#show as HTML
Parameters: {"namespace_id"=>"lucasperin", "id"=>"desafio"}
Completed 500 Internal Server Error in 60ms (ActiveRecord: 3.8ms)
OpenSSL::Cipher::CipherError (bad decrypt):
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 have imported new projects after this error and verified that it only happens to projects that were imported in my previous installation.
I should also mention that to upgrade, I restored my backup in gitlab-docker using an 8.8.2 image and latter updated the server pulling lattest image.
I also changed the subdomain of my gitlab, but I don't think this is relevant (from codes.my.domain to gitlab.my.domain).