List of questions
Related questions
Question 32 - AD0-E722 discussion
A developer needs to uninstall two custom modules as well as the database data and schemas. The developer uses the following command: bin/magento module:uninstall Vendor_SampleMinimal Vendor_SampleModifyContent
When the command is run from CLI, the developer fails to remove the database schema and data defined in the module Uninstall class. Which three requirements should the Architect recommend be checked to troubleshoot this issue? (Choose three.)
A.
invoked uninstall() and uninstallschema are defined in the Uninstall class
B.
invoked unlnstalK) method is implemented in the Uninstall class
C.
bin/magento maintenance:enable command should be run in CLI before
D.
--remove-data option is specified as an argument for the CLI command
E.
--remove-schema and --remove-data options are specified as arguments for the CLI command
F.
composer.json file is present and defines the module as a composer package
Your answer:
0 comments
Sorted by
Leave a comment first