Your message dated Wed, 20 Jan 2021 00:49:24 +0530
with message-id <[email protected]>
and subject line closing old bug
has caused the Debian Bug report #838433,
regarding gitlab: Error 500 on some projects
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
838433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838433
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gitlab
Version: 8.11.3+dfsg1-3
Severity: important
Control: forwarded -1 https://gitlab.com/gitlab-org/gitlab-ce/issues/21564

Upgrade from 8.10.5+dfsg-3 to 8.11.3+dfsg1-3 broke some projects:

~~~~
Processing by ProjectsController#show as HTML
  Parameters: {"namespace_id"=>"team", "id"=>"myproject"}
Completed 500 Internal Server Error in 96ms (ActiveRecord: 8.8ms)

OpenSSL::Cipher::CipherError (bad decrypt):
  app/models/project.rb:489:in `import_url'
  app/models/project.rb:525:in `external_import?'
  app/models/project.rb:517:in `import?'
  app/models/project.rb:533:in `import_in_progress?'
  app/controllers/projects_controller.rb:94:in `show'
  lib/gitlab/request_profiler/middleware.rb:15:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'
~~~~

To resolve the problem I had to run the following command
from gitlab rails console:

~~~~
Project.where.not(import_url: nil).each { |p| p.import_data.destroy if 
p.import_data }
~~~~

Since manual step is required to upgrade a NEWS file with instructions
would be much appreciated. It would be even better if it is possible
to automate this action.

Thanks.

-- 
Cheers,
 Dmitry Smirnov.

---

Good luck happens when preparedness meets opportunity.

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
not relevant with current versions.

--- End Message ---

Reply via email to