Skip to content

BulkImports: do not export relations if no updates are made since last export

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Suggestion from !84207 (comment 901184388)

When GitLab Migration runs it exports project/group relations (e.g. issues/mrs/labels) in order to import them at the destination project/group.

We recently made a change (!84207 (merged)) to not run export if it's been recently exported (3 minutes), however, @reprazent suggested to check MAX(updated_at) < export.created_at and not perform relation export if no changes were made.

Edited by 🤖 GitLab Bot 🤖