Project

Profile

Help

Task #8204

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1966":https://github.com/pulp/pulpcore/issues/1966 




 ---- 


 Currently pulp import creates all the content models before creating the new repository version meaning that models with foreign keys to repository version can not be imported.    This is currently the case with the AnsibleCollectionDeprecated model in pulp_ansible. It's possible other plugins have similarly difficult models to export/import that would need this solution. 

Back