Actions
Bug #19273
closedReset does not recreate candlepin db due to cpdp/cpinit in wrong location
Difficulty:
trivial
Triaged:
Bugzilla link:
Description
When you do a --reset the candlepin db is not recreated because it stills sees the following files:
/var/lib/candlepin/cpdb_done
/var/lib/candlepin/cpinit_done
The --reset removes them from here but they are no longer present in this location:
/var/lib/katello/cpdb_done
/var/lib/katello/cpinit_done
After a long debug session with the candlepin team and removing them from /var/lib/candlepin the --reset went through and the db got recreated correctly.
Actions