Feature #29797
Tracker #29746: Merge hooks/ and katello/hooks into a single directory structure
Merge --reset-foreman-db and --reset into --reset-data
Pull request:
Fixed in Releases:
Found in Releases:
Description
The --reset-foreman-db option and --reset both try to handle resetting of the main database and backend service databases. These can be combined into a single hook `--reset-data` that handles both depending on available services.
Associated revisions
Refs #29797 - Move interactive part to pre_validations
In the pre phase everything has been committed to disk. It should never
call exit based on user input. By moving the interactive part of
pre_validations, the user is asked before any changes to the system are
made.
History
#1
Updated by The Foreman Bot 9 months ago
- Assignee set to William Clark
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/509 added
#2
Updated by The Foreman Bot 8 months ago
- Fixed in Releases 2.2.0 added
#3
Updated by William Clark 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|7ca7d88d42ec5a340c3af256096fdede35a3ebe9.
#4
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Triaged changed from No to Yes
- Category set to foreman-installer script
- Subject changed from Merge --reset-foreman-db and --reset to Merge --reset-foreman-db and --reset into --reset-data
#5
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman-installer/pull/570 added
Fixes #29797 - Merge --reset-foreman-db and --reset into --reset-data