Skip to content

Conversation

@Normo
Copy link
Member

@Normo Normo commented Nov 28, 2025

The Gitlab::BackgroundMigration.remaining method that was used in earlier versions to check for pending background migrations has been removed. Replace the deprecated method with the new batched background migrations API.

It returns 0 when all background migrations are complete.

The Gitlab::BackgroundMigration.remaining method that was used
in earlier versions to check for pending background migrations
has been removed. Replace the deprecated method with the new
batched background migrations API.

It returns `0` when all background migrations are complete.

Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
@Normo Normo self-assigned this Nov 28, 2025
@Normo Normo requested a review from a team as a code owner November 28, 2025 12:02
@github-actions github-actions bot added the gitlab Related to hifis.gitlab role label Nov 28, 2025
@Normo Normo added this to the v6.3.1 milestone Nov 28, 2025
Copy link
Member

@christianhueserhzdr christianhueserhzdr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is all fine, thanks a lot for the fix.

@Normo Normo merged commit 94f3492 into hifis-net:main Nov 28, 2025
10 checks passed
@Normo Normo deleted the 247-batched-background-migration branch November 28, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gitlab Related to hifis.gitlab role

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check for batched background migrations to be finished

2 participants