Task #5632
closedStory #3821: As a user, I can migrate from Pulp 2 to Pulp 3
Mark changed/removed Pulp 2 repositories/importers/distributors
100%
Description
Introduce a new field not_in_pulp2
on models for Pulp2Repository, Pulp2Importer, Pulp2Distributor pre-migration.
It should be False by default.
At pre-migration stage set not_in_pulp2
to True for the resources which are no longer in Pulp 2.
Only check/change resources for a specified plugin type!
Don't rely on id of resources but on their object_id when performing search/lookup.
There is an is_migrated
flag already on the mentioned models, it should be set to False if relevant timestamps for resources change. The migration stage should take is_migrated
into account.
Updated by ttereshc about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
Added by ttereshc about 5 years ago
Added by ttereshc about 5 years ago
Revision 0f45434a | View on GitHub
Mark changed or removed resources
Also support the case if a resource has been re-created in pulp2, aka has same name or resource id but different object_id.
Added by ttereshc about 5 years ago
Revision 0f45434a | View on GitHub
Mark changed or removed resources
Also support the case if a resource has been re-created in pulp2, aka has same name or resource id but different object_id.
Updated by ttereshc about 5 years ago
- Status changed from ASSIGNED to POST
Updated by ttereshc almost 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp-2to3-migration|0f45434ae30fde2e3caf2aada8497f5d19500dbb.
Updated by ttereshc almost 5 years ago
- Project changed from Pulp to Migration Plugin
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Updated by bmbouter over 4 years ago
- Tags deleted (
Pulp 2 to 3 Migrate)
We're removing the 'Pulp 2 to 3 Migrate' tag to allow membership of the Migration Plugin project in Redmine to be the controlling area https://pulp.plan.io/projects/migration
Mark changed or removed resources
Also support the case if a resource has been re-created in pulp2, aka has same name or resource id but different object_id.
closes #5632 https://pulp.plan.io/issues/5632