RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

Disassociate Capsule LCEs before foreman-rake katello:reimport #394

Closed wbclark closed 2 years ago

wbclark commented 2 years ago

If foreman-rake katello:reimport is run, it can potentially take hours. Meanwhile the purpose of disassociating LCEs from Capsules is to prevent accidental data modification. The Capsule LCE association relations are independent of data that is reimported in reimport.rake. Therefore the reimport should be run after Capsule LCE disassociation to prevent unintended Capsule syncs while reimport is running.