Actions
Bug #23564
closedforeman-installer --reset does not use mongo 3.4
Description
--reset cannot drop monogo database, because mongo was upgraded to 3.4
hooks/pre/10-reset_feature.rb cmd = "mongo #{username} #{password} #{host} #{ssl} #{ca_cert} #{client_cert} --eval \"db.dropDatabase();\" #{config[:database]}"
need to enable SCL
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/625 added
Updated by Ales Dujicek over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|2daf73494ce8ed6c388bdcbfeefe2e25f779a296.
Updated by Justin Sherrill over 6 years ago
- Category set to 81
- Translation missing: en.field_release set to 338
Updated by John Mitsch about 6 years ago
- Has duplicate Bug #23620: foreman-installer --reset cannot empty local mongo 3.4 database added
Actions