Skip to content

feat: fingerprint_sha256 for SSH keys background migration

Roger Meier requested to merge siemens/gitlab:feat/ssh-sha256-migration into master

What does this MR do?

This is a follow-up MR of !19860 (merged) we decided here !19860 (comment 257781711) to postpone the background migration, so here it is.

Related to #39455 (closed)

Estimated time

There are around 3 millions records on keys table for GitLab.com. Each background worker will update batches of 1_000 with a 5.minute interval, which gives around 10 days of execution time.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Sean Carroll

Merge request reports