Actions
Bug #23375
closedforeman-installer --reset has hardcoded default internal database names
Description
users can change names of their internal databases during installation
--katello-candlepin-db-name --katello-pulp-db-name
so foreman-installer --reset would not work if they did so
40 'sudo su postgres -c "dropdb candlepin"' 53 'rm -f /var/lib/mongodb/pulp_database*',
foreman database does not seem to be affected
Actions